Understand how to output text strings: Difference between revisions
Mr. MacKenty (talk | contribs) No edit summary |
Mr. MacKenty (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
For this topic we are learning how to output text string to the screen. You can also output text strings to a file (but that is a [[Understand serial files|different lesson]]). | For this topic we are learning how to output text string to the screen. You can also output text strings to a file (but that is a [[Understand serial files|different lesson]]). | ||
You will also learn how to comment your code. | |||
If you are still stuck, or you have other questions, you may want to [https://discuss.computersciencewiki.org/ '''ask a question on our discussion board''']. | |||
== References == | == References == |
Revision as of 07:20, 19 August 2021
This page is meant to be used in conjunction with Our excellent resource for learning python
For this topic we are learning how to output text string to the screen. You can also output text strings to a file (but that is a different lesson).
You will also learn how to comment your code.
If you are still stuck, or you have other questions, you may want to ask a question on our discussion board.