c/c++/c#/Javav/Python
Source Code
>>> a='8'>>> type(a)<class 'str'>>>> a=int(a)>>> type(a)<class 'int'>
>>> a='8'
>>> type(a)
<class 'str'>
>>> a=int(a)
<class 'int'>
Hello, my name is G Krishna. I'm Creating this blog for the students who are beginners. Learn More →
No comments:
Post a Comment