Question : How to take input from user in python ? Answer : # Python program to take input from user in python ? s=input("Enter a string : ") n=input("Enter a number : ") print("your have entered the string", s,"and…
Posted inPython
Question : How to take input from user in python ? Answer : # Python program to take input from user in python ? s=input("Enter a string : ") n=input("Enter a number : ") print("your have entered the string", s,"and…