Oct 7, 2024
input()
Functionname = input("Enter your name: ")
print(name)
str
(string).int()
to convert a string to an integer.int()
converts it for arithmetic operations.input()
captures user input.int()
converts input string to integer.