mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
range() works now
This commit is contained in:
@@ -45,6 +45,13 @@ for i in b:
|
||||
#? float() str()
|
||||
a[0]
|
||||
|
||||
# -----------------
|
||||
# range()
|
||||
# -----------------
|
||||
for i in range(10):
|
||||
#? int()
|
||||
i
|
||||
|
||||
# -----------------
|
||||
# list comprehensions
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user