mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix some scripts in the peg generator folder (GH-19853)
This commit is contained in:
parent
02047265eb
commit
9dbaa8d9f0
10 changed files with 16064 additions and 31 deletions
|
@ -7,4 +7,5 @@ if 1:
|
|||
pass
|
||||
elif 1:
|
||||
pass
|
||||
else: print("else-clause")
|
||||
else:
|
||||
print("else-clause")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue