The Basics - Python 3: Taking String Inputs From Console

preview_player
Показать описание
In this video we will look at how to take string inputs from the console
Рекомендации по теме
Комментарии
Автор

texts=input("Input the text")
This command shoots up the error given below (in Python 3.6)
TypeError: 'NoneType' object is not callable
Any idea why is this happening? Am I missing importing any module?
Solving this'd be of great help as my entire program gets stuck here because of this trivial error.
Thanks.

ankitakhanvilkar
join shbcf.ru