-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Day 0: Print Function #1
Labels
Comments
github-project-automation
bot
moved this from In Progress
to Done
in Python 30 Day Project
Oct 29, 2024
This issue has been automatically closed as 6 files have been uploaded to the Day-0 folder. |
This issue has been automatically closed as 6 files have been uploaded to the Day-0 folder. |
This issue has been automatically closed as 6 files have been uploaded to the Day-0 folder. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Task: Use the print function to write code.
Description:
The
print()
function prints the specified message to the screen or other standard output devices. The message can be a string or any other object; the object will be converted into a string before being displayed.Example:
The text was updated successfully, but these errors were encountered: