JayDavis
0
Q:

python tutorial

print ("Welcome to Python")
1
print ("Hello, Python!");
10
print("Hello World");

variable = input("What is your favorite corn flavour");

print(variable)

for i in range(4):
  print("This will happen 4 times");
  
while(True):
  print("This will run forever and will crash terminal");
  
3
print("Hello, World!")
1
Python is really a great language, isn't it?
0

New to Communities?

Join the community