Answers for "HOW TO START CODING IN 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
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

Python Answers by Framework

Browse Popular Code Answers by Language