How to take input from user in python ?

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…

This Question has been answered. 

Please Subscribe to See Answer or To Get Homework Help