Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
italojsoliveira committed Dec 15, 2023
1 parent c28a58d commit 9347a9e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,8 @@ Write a program that reads the user name as an input and outputs a welcome messa
<summary>Click here to see a possible solution</summary>

user_name = input('Write your first name: ')
<<<<<<< HEAD
print('Welcome,', user_name, '!')
print('Welcome, {}!'.format(user_name))

=======

print('Welcome,', user_name, '!')

print('Welcome, {}!'.format(user_name))
>>>>>>> 5aa23be429708f01b99b83ebe0cfaeeee3a4f3d4
</details>

#### Exercise 2
Expand Down

0 comments on commit 9347a9e

Please sign in to comment.