0
[DUPLICATE] What does sololearn xp stand for, can someone explain me?
5 Answers
+ 8
eXperience Points
+ 6
https://www.sololearn.com/discuss/1222827/?ref=app
https://www.sololearn.com/discuss/1112285/?ref=app
https://code.sololearn.com/ctzdTx1yEWV1/?ref=app
+ 4
To add on xp is like the points of SoloLearn. the more you have, the higher your level is
+ 1
for row in range(6):
for col in range(7):
if(row==0 and col%3!=0) or (row==1 and col%3==0) or (row-col==2) or (row+col==8):
print('*',end='')
else:
print(end=' ')
print()
print('Love you sololearn')