Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 102 Bytes

File metadata and controls

6 lines (5 loc) · 102 Bytes
x = str("s1") # x will be 's1'
y = str(2)    # y will be '2'
z = str(3.0)  # z will be '3.0'