Skip to content

python questions file added #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
Binary file added 100 Python Practice Problems.docx
Binary file not shown.
Binary file added 100 Python Practice Problems.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions 100+ Python challenging programming exercises for Python 3.md
Original file line number Diff line number Diff line change
@@ -249,7 +249,7 @@ while True:
if s:
lines.append(s.upper())
else:
break;
break

for sentence in lines:
print(sentence)
@@ -1080,7 +1080,7 @@ Use if statement to judge condition.

Solution
```python
s= raw_input()
s= input()
if s=="yes" or s=="YES" or s=="Yes":
print "Yes"
else:
2,375 changes: 0 additions & 2,375 deletions 100+ Python challenging programming exercises.txt

This file was deleted.

Binary file removed comic.png
Binary file not shown.
188 changes: 0 additions & 188 deletions python contents.txt

This file was deleted.

4,452 changes: 4,452 additions & 0 deletions python_111_questions.ipynb

Large diffs are not rendered by default.