Data Structures
OOP
Working with data
Computer Networks
Machine Learning
PYTHON CHEAT SHEET
Check your date in your interpreter through python
import datetime now = datetime.datetime.now() now.year 2023 now.month 6 now.day 16