Changes between Version 39 and Version 40 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 6:49:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v39 v40 180 180 score! 181 181 }}} 182 Yeah, this is a little ,harder, but I bet you can do it. Ask a neighbor for help if you need to. I'll give you three hints:182 Yeah, this is a little harder, but I bet you can do it. Ask a neighbor for help if you need to. I'll give you three hints: 183 183 184 184 1. You can tell a print to not end with a new line by adding an end="" to the print statement, like `print("Im a teapot!",end="")`''. '' … … 189 189 190 190 ---- 191 192 191 [[[wiki:ProgrammingReserve Programming]Archive | Programming Archive]]