Tag Archives: python input string

Input and Decision Making Statements in Python

In this tutorial we shall learn about Input and Decision Making statements.To get the data from the user we need to use input statements.Input statement in python is variable_name = input(“Text_to_be_displayed”);.The input statement is a predefined function which has String … Continue reading

Posted in Python | Tagged , , , , , , , , , , , | Leave a comment