bilangan real Python
x = "5"
integer = int(x)
#integer is the string version of x
Blue Cloud: Weird Coder
x = "5"
integer = int(x)
#integer is the string version of x