Answers for "how to code python"

5

how to code in python

#if its your first time start with this
print("hello world")
#now learn about input
input("whats your name")
#if statements and variables
run = True
if run == True:
  print("hi")
#now lets combine our knowledge
print("Whats your name")
name = input("")
print("Hello, " + name)
Posted by: Guest on May-04-2021
16

how to learn python

"""
Great foundation for basics 
https://www.w3schools.com/python/default.asp"
"""
Posted by: Guest on February-29-2020
0

how to get ********** on python

bruh i just wanted to know the formula thing to get the title to be like ****yo*****
Posted by: Guest on October-29-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language