on what langauge was python build code example
Example: python
# Action Statements
print('hello world')
# Varables
x = 12
y = input("Prompt")
n = True
if n:
# Some Stuff in here
def N(Terms):
# Some Stuff in here
N(x)
# Action Statements
print('hello world')
# Varables
x = 12
y = input("Prompt")
n = True
if n:
# Some Stuff in here
def N(Terms):
# Some Stuff in here
N(x)