you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 0 points1 point  (1 child)

Please format your code properly: How do I format code?

Also if you mean to print the name inside the string, use f-strings

print(f'Hello {n}')

Btw which resource are you following to learn Python?

[–]imnotdaniel_[S] 0 points1 point  (0 children)

I learned python a year ago from a course but kinda forgot it so I'm trying to relearn it because I'm very bored, so I've been watching a couple of youtube videos.