Python_Assignment
Python_Assignment
#### Objective:
This assignment is designed to help you practice basic Python programming concepts such as
1. Write a Python script that asks the user for their name and age, then prints a message saying
2. Write a Python program that takes an integer as input and prints whether the number is even or
odd.
3. Write a Python program that prints the numbers from 1 to 10 using a for loop.
4. Define a function called `calculate_area` that takes two parameters (length and width) and returns
5. Write a Python program that creates a text file called "sample.txt", writes "Hello, Python!" to it, and
Page 1
Python Programming Assignment
6. Write a Python program that takes a list of numbers and returns a new list with only the even
numbers.
Happy Coding!
Page 2