__main__.py (133B)
1 import datetime as dt 2 import numpy as np 3 4 print( 5 f"Hello from cs107_package! Today is: {dt.datetime.now()} and pi = {np.pi:e}" 6 )
cs107-lecture-examplesExample codes used during Harvard CS107 lectures | |
| git clone https://git.0xfab.ch/cs107-lecture-examples.git | |
| Log | Files | Refs | README | LICENSE |