3 lines
84 B
Text
3 lines
84 B
Text
|
|
string = str(input("Enter a string: "))
|
||
|
|
integer = int(input("Enter an integer: "))
|