Answers for "is input a keyword in python"

11

python input function

answer = input('What is your name?')
Posted by: Guest on April-24-2020
1

input in python

#input or question, is used to ask question

ans = input('Who invented Microsoft?')

#An if statement

if(ans == 'Bill Gates'):
  print('You got the answer')
Posted by: Guest on November-07-2020

Python Answers by Framework

Browse Popular Code Answers by Language