Source Code
>>> a=input("enter any string")
enter any string programming Pandit
>>> type(a)
<class 'str'>
>>> b=int(input("Enter any number"))
Enter any number 18
>>> type(a)
<class 'str'>
Hello, my name is G Krishna. I'm Creating this blog for the students who are beginners.
Learn More →
No comments:
Post a Comment