Help me fix this po ty | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
24th Jun 2017, 4:18 AM
Stephen Talorong
Stephen Talorong - avatar
2 Answers
+ 6
Line 16: You wrote "printin" With an i, it's supposed to be a lower case L. Like this: println
24th Jun 2017, 4:24 AM
Rrestoring faith
Rrestoring faith - avatar
+ 5
Your last 'println()' is bad wriitten: you have put a I (i uppercase ) instead of a l (L lowercase) ^^
24th Jun 2017, 4:31 AM
visph
visph - avatar