Programming for Everybody (Getting Started with Python) || Assignment || Week 3 | Graded External Tool


Write a program that uses a print statement to say 'hello world' as shown in 'Desired Output'.

code:

print("hello world")

Comments

Popular Posts