+ 7
input() will be covered in lesson 16 of the Python for Beginners course https://www.sololearn.com/Course/Python-for-Beginners/?ref=app
13th Oct 2022, 6:05 PM
Lisa
Lisa - avatar
+ 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())...
13th Oct 2022, 6:08 PM
Riya
Riya - avatar