Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions lesson1/classwork/practice.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
# Problem 1
# Create a variable for your favorite number and print it.

favorite number = 24


# Problem 2
# Create a variable for your height in meters and print it.

height= 1.3716 meters


# Problem 3
# Create a variable for your favorite animal and print it in a full sentence.

favorite animal = peacock


# Problem 4
# Create two variables: one for your first name and one for your last name.
# Print them on 2 separate lines.


first name = Bekhiyta
last name = Ahmedin

# Problem 5
# Create 3 variables: your first name, your age, and your favorite color.
# Print them on the same line in a full sentence.
first name = bekhiyta
my age = 10
favorite color = mint green