This commit is contained in:
Yesen 2023-11-03 09:44:13 +03:00
parent 46c7e8b726
commit c70c68f5f7
2 changed files with 30 additions and 0 deletions

0
task1
View File

30
task1/task1.py Normal file
View File

@ -0,0 +1,30 @@
n,m = list(map(int, input().split()))
list = []
for i in range (1,n+1):
list += [i]
# print(list)
array = [list]
# list2 = [list]
# list3 = [1]
# while i [-1] in list2 != 1:
array += [1,2]
print (array)
# for i in list:
# for i in range(1, m+1):
# print (i)
# while
# for i in list:
# if list[-1]
# print (list2)
# print (list[-1]