python
This commit is contained in:
15
f.py
15
f.py
@@ -1,3 +1,12 @@
|
|||||||
a='Привет, Константин'
|
# Тип 6 № 43583
|
||||||
index=a.find(' ')
|
dict1=dict()
|
||||||
print(a[index+1:])
|
count=0
|
||||||
|
for A in range(101):
|
||||||
|
for i in range(9):
|
||||||
|
s = int(input())
|
||||||
|
t = int(input())
|
||||||
|
if (s > A) or (t > 11):
|
||||||
|
count+=1
|
||||||
|
if count==4:
|
||||||
|
dict1[A] = count
|
||||||
|
count=0
|
||||||
Reference in New Issue
Block a user