Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Missing quote in python code #110

Open
Denman901 opened this issue Oct 16, 2023 · 2 comments
Open

Missing quote in python code #110

Denman901 opened this issue Oct 16, 2023 · 2 comments

Comments

@Denman901
Copy link

There is a missing quote in the python code on worksheet.md
it reads:
''''python
print('Hello world!)
''''
and shoud read:
'''python
pring('Hello World!')
'''

@luciaangelaa
Copy link

There is a missing quote in the python code on worksheet.md
it reads:
''''python
print('Hello world!)
''''
and shoud read:
'''python
pring('Hello World!')
'''

1 similar comment
@anacuriel6
Copy link

There is a missing quote in the python code on worksheet.md
it reads:
''''python
print('Hello world!)
''''
and shoud read:
'''python
pring('Hello World!')
'''

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants