How do i output year using print
This is not the thread for that.
If you need help with a coding problem, you should start a new thread in the appropriate language category - e.g. #get-help:javascript if you’re using JavaScript.
@CodecademyModerators could someone split this off into Get Help please? Ta.
2 Likes
As @thepitycoder pointed out, you’ll have to be much more specific to get help with your question.
#In Python3
>>> print("year")
year
Probably not what you’re looking for, but we have no context for your question.
Edit: To provide context for @thepitycoder’s comment, the OP had originally posted the question in another completely unrelated topic.
1 Like