If you have any questions, comments or issues with this project please post them here!
Hey, @Estudiante05 welcome to the forums.
Happy to hear that you like the course! Hope you enjoy the rest of the course.
Nice work! Keep it up
Super cool, looks very good for day 1!
If you are on windows you can press windows + + to open an emoji keyboard.
windows
+ +
zooms in, you have to use windows
+ .
to open the emojis
haha same here’s a suggestion for pc go to a new tab right click and select some emoji then copy and paste that on here 1 thing tho copy pasting sometimes gives the EOL error when you get this error just copy the whole line of code with the EOL error and then delete it after delegation paste your copied version it won’t have the error anymore
I just finished the first lesson. I am excited .
I did research on how to add new lines and how to insert emojis. So, my code came out differently.
I used the \n operator to insert a new line. Here is the resulting print statement:
print(“My name is John.\nToday is Monday, January 16.\nI am hoping to complete\nthe entire 200-day course.”)
I then used the following command to insert an emoji:
print(“\N{grinning face}”)
Here is the complete code:
print(“My name is John.\nToday is Monday, January 16.\nI am hoping to complete\nthe entire 200-day course.”)
print(“\N{grinning face}”)
Here is the output:
My name is John.
Today is Monday, January 16.
I am hoping to complete
the entire 200-day course.
Thank you very much! I appreciate that.
where is the submit button
After starting a day, press “Show Tutorial.” After completing the lesson, press Mark as Complete
thank you, being new to this kind of schooling took me some time to figure it out, got into my dayone lesson and so far so good.
Great to hear @lionhearted feel free to ask for help here if you need but also share your successes! Welcome to the community!