Answers for "type de variable python"

1

type de variable python

a=int(5)
b=float(5.6)
c=str("Hello world!")
Posted by: Guest on February-24-2020

Python Answers by Framework

Browse Popular Code Answers by Language