Answer:
Answered in Python
for i in range(21):
for j in range(i):
print(i, end=' ')
print(" ")
Explanation:
This iteration iterates from 1 to 20
for i in range(21):
This iteration iterates from 1 to current number
for j in range(i):
This prints the current number in the a number of times equal to itself
print(i, end=' ')
This enables printing on new line
print(" ")
Sure man would love to talk
I ain’t never seen two pretty best friends
Ones of them always gotta be ugly
Y=KX
K=y/x
=-5/7
So the equation would be
Y=-5/7x
Hey! I’ll be doing freshman geometry as welI next year! There’s three types of geometry from what I’ve been toId by my brother who’s currently a sophomore. It’s really simpIe once you learn it, it consists of shapes, sizes, and space! It’s easier than aIgebra so that’s a plus. I found a helpful geometry quizIet if you’d like to look over it. I’ll link it in the comments