Python Basics

Say "Hello" to the world in Python


# Try your first Python outputprint('Hello, Python!')After executing the cell above, you should see that Python prints Hello, Python!. Congratulations on running your first Python code!


No comments:

Post a Comment