Зміст курсу
Organizing Date and Time Data for Analysis and Applications
Organizing Date and Time Data for Analysis and Applications
Store a Specific Date (and Time)
To store a date and time in Python using the datetime module, you can use the datetime class to create a datetime object representing the date and time you want to store.
Завдання
- Import the
datetime
library; - Get the current date and time (
.now()
); - Create a variable with a specific date (and time). You can choose whichever date you prefer.
Once you've completed this task, click the button above the code to check your solution.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
To store a date and time in Python using the datetime module, you can use the datetime class to create a datetime object representing the date and time you want to store.
Завдання
- Import the
datetime
library; - Get the current date and time (
.now()
); - Create a variable with a specific date (and time). You can choose whichever date you prefer.
Once you've completed this task, click the button above the code to check your solution.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 2
AVAILABLE TO ULTIMATE ONLY