Python
Python
x = list(map(int, input().split()))
x = list(input().split()) ## values in string
a,b = input("Enter 2 variables").split()
Function
def name_function():
return;
loops
for x in list_name:
else if
if b > a:
print("b is greater than a")
elif a == b:
print("a and b are equal")
else:
NumPy
import numpy as np
x = np.array(list)