Python Forum
Splitting A String In Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Splitting A String In Python
#6
(Jan-13-2017, 04:04 PM)Saif133 Wrote: I have to do it in just one line
I do not believe that this is a requirement of your assignment.
Teachers aren't in the habit of asking students to write convoluted one liners.
Even if it is, figure out how to do it first; then worry about compressing it.

First question is, what modules can you use?
If you are allowed to use the textwrap module for instance then I guess you can indeed do it in one line but that is just because someone else wrote it somewhere else.

So if the goal of the assignment is to use all tools at your disposal (as one would in real life) look into text wrap. Otherwise, we need to start writing some actual code.
https://docs.python.org/3/library/textwrap.html
Reply


Messages In This Thread
Splitting A String In Python - by Saif133 - Jan-13-2017, 01:54 PM
RE: Splitting A String In Python - by Kebap - Jan-13-2017, 02:05 PM
RE: Splitting A String In Python - by Saif133 - Jan-13-2017, 02:43 PM
RE: Splitting A String In Python - by Mekire - Jan-13-2017, 03:07 PM
RE: Splitting A String In Python - by Saif133 - Jan-13-2017, 04:04 PM
RE: Splitting A String In Python - by Mekire - Jan-13-2017, 05:10 PM
RE: Splitting A String In Python - by Saif133 - Jan-14-2017, 04:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using a function: splitting, joining, and slicing a string Drone4four 2 4,850 Dec-27-2018, 07:52 AM
Last Post: perfringo
  [split] Splitting a string into six pieces susmis666 1 2,218 Dec-25-2018, 06:16 PM
Last Post: ichabod801
  Quickest way of splitting a string yanhto 1 2,463 May-01-2018, 12:24 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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