f1 = open("/my_path/my_file.text", "r")f1 = open("/my_path/my_file.text", "w")f1 = open("/my_path/my_file.text", "a")f1.read()f1.write("hello!")f1.readline()f1.close()with open("/my_file...etc) as f:timedeltafrom datetime
... [Show More]
import timedelta
import datetime as dt
datetime.date.today().month
beautiful soup
NumPy
pandas
pillow (PIL)
pyglet
pytz
pip install ____________ import _______________
math.ceil()
math.floor()
datetime.date.today()
datetime.date.(1967, 9, 7) print(mybday.strftime("%A"))
math.factorial()
math.exp()
math.sqrt()
os.link()
os.getcwd()
os.chroot()
os.remove()
[Show Less]