Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
44fa5669
Commit
44fa5669
authored
Feb 07, 1994
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct spelling error
parent
f8ae54d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Demo/scripts/unbirthday.py
Demo/scripts/unbirthday.py
+1
-1
No files found.
Demo/scripts/unbirthday.py
View file @
44fa5669
...
...
@@ -20,7 +20,7 @@ def main():
if
year
in
range
(
100
):
print
'I
\
'
ll assume that by'
,
year
,
year
=
year
+
1900
print
'you mean'
,
year
,
'and not the arly Christian era'
print
'you mean'
,
year
,
'and not the
e
arly Christian era'
elif
year
not
in
range
(
1850
,
2000
):
print
'It
\
'
s hard to believe you were born in'
,
year
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment