0
Python for beginners 8.3 triangle test
Basically it asks to make print(“* ** *** ****”) but gives a hint to use \n but no matter what I try it doesn’t pass. Can someone help me? Last I had print(“* \n ** \n *** \n ****”) But still wrong what am I doing wrong? Any advise?
2 ответов
+ 1
Remove the spaces.
0
Thank you