Skip to content

Commit

Permalink
Create 7.4.7 Categories
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeHS-Solutions authored Jan 20, 2024
1 parent 7cf7da9 commit 5703142
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
for i in range(3):
items = ""
category = input("Enter a category: ")
for i in range(3):
item = input("Enter something in that category: ")
items = items + " " + item
print(category + ":" + items)

0 comments on commit 5703142

Please sign in to comment.