About Lesson
1. Basics of Working with Libraries for Data Science
Sure! Here’s a simple Python script example for a beginner. This script will ask the user for their name and age, then greet them and tell them how many years are left until they turn 100.
„`python
# Simple Python script
def main():
# Get the user’s name
3. Questions and answers, discussion of the next lesson.
Join the conversation