Day 001 - Project 1: Print into the World

If you have any questions, comments or issues with this project please post them here!

Just sharing my first assignment.

Thanks for the course, is interesting.
Ricky P

3 Likes

Hey, @Estudiante05 welcome to the forums.

Happy to hear that you like the course! Hope you enjoy the rest of the course.

3 Likes

Nice work! Keep it up :smile:

1 Like

@Estudiante05, how is it going? What day are you on now?

Day 001 Assignment

1 Like

Super cool, looks very good for day 1!

4 Likes

hardest thing about day 001 was that emoji! :rofl:

3 Likes

If you are on windows you can press windows + + to open an emoji keyboard.

1 Like

windows + + zooms in, you have to use windows + . to open the emojis

2 Likes

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 . :smile:

3 Likes

Sharing my first assignment. :grinning:

3 Likes

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.
:grinning:

2 Likes

Great work @millerfilm & welcome to the community!

2 Likes

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
image

2 Likes

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.

2 Likes

Great to hear @lionhearted feel free to ask for help here if you need but also share your successes! Welcome to the community!