3 lines
78 B
Python
3 lines
78 B
Python
# This is a simple Python script that prints 'Hey there!'
|
|
print("Hey there!")
|
# This is a simple Python script that prints 'Hey there!'
|
|
print("Hey there!")
|