1
alphabets.
3 4 a 6
+ b 1 6 8
1 1 6 4 4
a
b
b.
a 3 4 6
+ b 2 7 b
36 b a
b
C.
a
3 b b 9
+ a 57 a
6 0 2 1
b=
3. In each of the following additions, find the value of the..
pls help me...
I am sorry friend I forgot to upload the question.. sorry
Answers
Answered by
1
Answer:
# 1-12-123-1234 Pattern up to n lines
n = int(input("Enter number of rows: "))
for i in range(1,n+1):
for j in range(1, i+1):
print(j, end="")
print()
Answered by
13
Answer:
GOOD MORNING........
Attachments:
Similar questions