01.py (112B)
1 #!/usr/bin/env python3 2 def four(): 3 return 0x4 4 5 t = (1, 2.0, '3', four) 6 for item in t: 7 print(type(item))
cs107-lecture-examplesExample codes used during Harvard CS107 lectures | |
| git clone https://git.0xfab.ch/cs107-lecture-examples.git | |
| Log | Files | Refs | README | LICENSE |