2.17 - Type Casting
টিউটোরিয়াল লিঙ্কঃ https://youtu.be/U3KV0eFd0PI
Find more outputs
01.
print( int(1.2) )
02.
print( int("1.2") )
03.
print( int(float("1.2")) )
Last updated
টিউটোরিয়াল লিঙ্কঃ https://youtu.be/U3KV0eFd0PI
print( int(1.2) )
print( int("1.2") )
print( int(float("1.2")) )
Last updated