Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions Python/Program 21/Program 21.py.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
number = input("Enter the number to be converted to *: ")
for item in number:
print('*' * int(item))
2 changes: 2 additions & 0 deletions Python/Program 21/README.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This program is to print the number of *. Example if user enter 5. Then it'll print *****