Skip to content

Commit 07a752b

Browse files
committed
Совершеннолетие
1 parent 7cd422b commit 07a752b

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
44.8 KB
Loading
48.1 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
a=input()
2+
b=input()
3+
b = int(b)
4+
c=input()
5+
d=input()
6+
d = int(d)
7+
e=input()
8+
f=input()
9+
f = int(f)
10+
b1=b+18
11+
d1=d+18
12+
f1=f+18
13+
print(a," will reach adulthood in ",b1,sep='')
14+
print(c," will reach adulthood in ",d1,sep='')
15+
print(e," will reach adulthood in ",f1,sep='')

0 commit comments

Comments
 (0)