Quick actions

cmd+k|ctrl+k

Navigation

Languages

ex2

Snippet info

Language

Python

Visibility

public

Author

hoandv506

Created

2016-10-19T01:14:10Z

Updated

2016-10-19T01:14:24Z

s ='python'
a =s.upper()
b =a.lower()
print(a,b)
INFO