Python Forum
Help With While Loop and Append
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help With While Loop and Append
#14
(Feb-07-2019, 04:58 AM)laprus Wrote: I didn't understand why you wrote 'In' and 'Out' at every alternate line. I had to delete the code in python for it to work.

Sorry about that. This is not 'me', it's ipython who does it on my behalf Smile .

I use interactive interpreter in terminal for one-liners/short code examples and if I copy from there it is how ipython displays it. If you are interested you can have a look at Project Jupyter which provides notebook functionality on top of ipython.

I don't expect oneliners to be copied. I strongly recommend that you enter them yourself. There are several reasons for that: getting comfortable with writing code, muscle memory, you have possibility to understand/learn keywords, functions, methods etc. Nowadays, to be 'computer literate' you must be able to type at least 200 strokes per minute so for one-liners it is much faster to type instead of copying.
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
Help With While Loop and Append - by laprus - Jan-30-2019, 11:02 AM
RE: Help With While Loop and Append - by buran - Jan-30-2019, 12:17 PM
RE: Help With While Loop and Append - by laprus - Jan-31-2019, 05:25 AM
RE: Help With While Loop and Append - by perfringo - Jan-31-2019, 06:49 AM
RE: Help With While Loop and Append - by laprus - Feb-03-2019, 09:19 AM
RE: Help With While Loop and Append - by perfringo - Feb-03-2019, 09:53 AM
RE: Help With While Loop and Append - by buran - Feb-03-2019, 09:59 AM
RE: Help With While Loop and Append - by laprus - Feb-05-2019, 05:09 AM
RE: Help With While Loop and Append - by perfringo - Feb-05-2019, 07:13 AM
RE: Help With While Loop and Append - by buran - Feb-05-2019, 07:49 AM
RE: Help With While Loop and Append - by laprus - Feb-06-2019, 05:55 AM
RE: Help With While Loop and Append - by perfringo - Feb-06-2019, 08:01 AM
RE: Help With While Loop and Append - by laprus - Feb-07-2019, 04:58 AM
RE: Help With While Loop and Append - by perfringo - Feb-07-2019, 07:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  why is the append function gets empty on the loop?/python rhai 3 3,211 Jul-07-2018, 12:19 PM
Last Post: rhai

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020