+ 7
input() will be covered in lesson 16 of the Python for Beginners course
https://www.sololearn.com/Course/Python-for-Beginners/?ref=app
+ 4
Learn python for beginners course in solo learn for better understanding
For integer input ,
Use int(input())
For string,
Use input()
For decimal,
Use float (input())...