Skip to content
Snippets Groups Projects

Update hello.py

Merged Jiajing Pan requested to merge c22056813-main-patch-39491 into main
1 file
+ 14
0
Compare changes
  • Side-by-side
  • Inline
+ 14
0
print("Hello")
print("World")
room_shack = {
"name": "Shack",
"description":
"""You are standing in an old shack and a man is sleeping.""",
"exits": {"north": "Bottom"},
"items": []
}
Loading