Skip to content

Commit 71209b7

Browse files
all solution in Solution.py
1 parent 855ad2a commit 71209b7

File tree

2 files changed

+40
-9
lines changed

2 files changed

+40
-9
lines changed

.idea/workspace.xml

Lines changed: 35 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Solution.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,8 @@ def prog_3():
177177
print(list_)
178178
print(str_)
179179
return
180+
181+
182+
print("=============================================")
183+
str_ = "Doston Hamrakulov"
184+
print(x for x in str_)

0 commit comments

Comments
 (0)