Skip to content
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

use puts instead printf #7

Merged
merged 1 commit into from Aug 11, 2021
Merged

use puts instead printf #7

merged 1 commit into from Aug 11, 2021

Conversation

adabadadudu
Copy link
Contributor

puts(char*) receives a string and print newline ('\n') automatically.
printf(char*,...) is used when you want print some values stored in some variables

`puts(char*)` receives a string and print newline (`'\n'`) automatically.
`printf(char*,...)` is used when you want print some values stored in some variables
@adabadadudu adabadadudu changed the title use puts instead 'printf' use puts instead printf Aug 9, 2021
@manijamali2003 manijamali2003 merged commit 31c07d6 into PyFarsi:main Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants