0% found this document useful (0 votes)
7 views1 page

Python Basics Homework 21-10-24

The document is a homework assignment for a Statistics 101 course focusing on Python basics. It includes short answer questions about Python and Python IDEs, as well as coding exercises that require students to write simple Python programs. Students are instructed to complete the assignment independently without using AI tools and to submit their code and output as screenshots.

Uploaded by

mukesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Python Basics Homework 21-10-24

The document is a homework assignment for a Statistics 101 course focusing on Python basics. It includes short answer questions about Python and Python IDEs, as well as coding exercises that require students to write simple Python programs. Students are instructed to complete the assignment independently without using AI tools and to submit their code and output as screenshots.

Uploaded by

mukesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Statistics 101 Python Basics Homework

Instructions: Complete the following questions and exercises. Write your answers and code
in a notebook or on paper. For the coding tasks, use your Python IDE and submit a screenshot
of your code and the output.

Reminder: Please do not use AI tools to complete this assignment. The goal is to help you
practice and learn Python by doing the exercises yourself.

Part 1: Short Answer Questions

1. What is Python?
Write a brief definition of Python in 1-2 sentences.
2. What is a Python IDE?
Explain what a Python IDE is and give an example of one commonly used IDE.

Part 2: Coding Exercises

1. Print a Greeting
Write a Python program that prints the message:
Hello, Python learners!
2. Simple Math
Write a Python program that calculates and prints the sum of 10 and 25.
3. Your Name
Write a Python program that asks for the user's name and then prints a personalized
greeting like:
Hello, [your name]

You might also like