My Snippets
My Collections
Search Engine
Pricing
ProblemStatement.py
unknown
python
2 years ago
105 B
50
Indexable
# Incorrect Solution: x = “Hello World!” print(X) # Working Solution: x = "Hello World!" print(x)
Editor is loading...
Leave a Comment