Home
See Topics
Home
Type-Casting
Type-Casting
If you want that you need to:
e = "31"
print(e+2)
Now u cannot add strings
But u trying again and again to add it
So let me tell u a trick that's called type casting how to use?
e = "31"
e = int(31)
print(e+2)
Report Abuse
Table of 5 Using REPL
6:02 PM
Length of list
6:17 PM
How to remove any element
6:21 PM
Recent-Post
3/recent/post-list
Search This Blog