Answers for "what program to code in python"

2

how to code python

# Lesson 1
# The HASHTAG (#) symbol is used to make comments about your code.
# Most programmers will use them when identifying what a new section of code does.
# The shortcut in most programs to comment out a line is ctrl + / .

# Print() makes a line-break in your output.
print()
# This will print out the words hello world in the console. Run it and see.
print('hello world')
Posted by: Guest on December-05-2021
0

how to python program

>>>time.sleep(1) #Python Sleep command
Posted by: Guest on September-08-2021

Code answers related to "what program to code in python"

Python Answers by Framework

Browse Popular Code Answers by Language