Commit 95beef2b by BellCodeEditor

auto save

parent 25639a1d
Showing with 18 additions and 0 deletions
a = list(range(5))
print(a)
def my_range(x:int):
my_list = []
init = 0
while init < x:
my_list.append(init)
init+=1
return my_list
a = my_range(5)
for i in range(5):
print(i)
\ No newline at end of file
print("ad\Usgh")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment