Run »
×
Change Orientation
x = str("s1") y = str(2) z = str(3.0) print(x) print(y) print(z)
s1
2
3.0
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit