English, asked by kelanshane1103, 6 months ago

Trevor has invited Samantha to go to the ice cream shop. Create at least four lines of effective dialogue between them that are punctuated and capitalized correctly, and include taglines.

Answers

Answered by palakgupta2395
0

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()

Similar questions