Python Forum
Is there a something like "case" in Python 3.6?
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a something like "case" in Python 3.6?
#17
(Feb-26-2017, 08:47 PM)zivoni Wrote:
(Feb-26-2017, 06:40 PM)Raptor88 Wrote: Studying your example.  What's the reason for all of the leading "...:" dots and colon?  Have not seen that in any Python tutorial.
Thanks.

Probably IPython or Jupyter console. Its interactive python shell with nice features like syntax highlighting, tab completion, multiline editing.

Thanks for explaining.
Raptor88

(Feb-26-2017, 08:53 PM)wavic Wrote: It's IPython. This is like the Python interpreter with extras. The dots are just an indication that this a is code block or multiple lines as an input from paste command for example.. The prompt is these in/out[number]: things.

Thanks for explaining.
Raptor88
Reply


Messages In This Thread
RE: Is there a something like "case" in Python 3.6? - by Raptor88 - Feb-26-2017, 09:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What colon (:) in Python mean in this case? Yapwc 4 2,226 Dec-28-2022, 04:04 PM
Last Post: snippsat
  Switch case or match case? Frankduc 9 4,639 Jan-20-2022, 01:56 PM
Last Post: Frankduc
  Logstash - sending Logstash messages to another host in case of Failover in python Suriya 0 1,701 Jul-27-2021, 02:02 PM
Last Post: Suriya
  Help: write 'case' with Python ICanIBB 2 1,911 Jan-27-2021, 09:39 PM
Last Post: Larz60+
  How to use switch/case in python? newbieguy 9 4,173 Nov-08-2019, 11:35 AM
Last Post: newbieguy
  How to write switch case statement in Python pyhelp 9 9,349 Nov-11-2018, 08:53 PM
Last Post: woooee

Forum Jump:

User Panel Messages

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