Python Forum
How to change part of the value string in Python Dictionary?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change part of the value string in Python Dictionary?
#9
(Feb-10-2020, 02:39 AM)sbabu Wrote: I tried Jupyter, Thonny, Anaconda. It did not work.

It works this way in interactive interpreter.

In Jupyter (which is not interactive interpreter per se) using ! at the beginning !s. + 2 x TAB delivers comparable result. The layout is little bit different but information is the same. You can do command line stuff with ! inside Jupyter/ipython as well (!pwd, !cd etc, some of commands work without !).

In Thonny it works in command prompt (lower block with >>> at the beginning of rows), layout somewhat similar to Jupyter.
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
RE: How to change part of the value string in Python Dictionary? - by perfringo - Feb-10-2020, 07:29 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Split string into 160-character chunks while adding text to each part iambobbiekings 9 9,854 Jan-27-2021, 08:15 AM
Last Post: iambobbiekings
  struggling with one part of python Lucifer 23 6,807 May-08-2020, 12:24 PM
Last Post: pyzyx3qwerty
  From string parameter to a dictionary Mitchie87 9 3,343 Oct-12-2019, 10:34 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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