Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python grouping program
#1
I try to make a program that sorts words into predifined groups. The thing is how do I make it show me the content that had been transfered to those groups? Thank You!

Update: I did this program but I want to make it with multiple posibilities. "if" statement returns nothing for print.

ConstantinEduard = ('blablabla')

print ("this is a test, input name")

last = input("Numele de familie")
first = input("Prenumele")

print (ConstantinEduard)
Reply


Messages In This Thread
Python grouping program - by GhostZero199 - Jul-18-2017, 06:26 AM
RE: Python grouping program - by DeaD_EyE - Jul-18-2017, 07:36 AM
RE: Python grouping program - by sparkz_alot - Jul-18-2017, 12:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Grouping Data based on 30% bracket purnima1 4 1,206 Mar-10-2023, 07:38 PM
Last Post: deanhystad
  Grouping and sum of a list of objects Otbredbaron 1 3,230 Oct-23-2021, 01:42 PM
Last Post: Gribouillis
  Grouping and summing of dataset jef 0 1,653 Oct-04-2020, 11:03 PM
Last Post: jef
  Grouping algorithm riccardoob 7 3,041 May-19-2020, 01:22 PM
Last Post: deanhystad
  Help Grouping by Intervals on list paul41 1 2,139 Dec-03-2019, 09:43 PM
Last Post: michael1789
  Grouping a list of various time into intervals paul41 1 3,794 Nov-24-2019, 01:47 PM
Last Post: buran
  resample grouping pr0blem olufemig 1 1,970 Nov-06-2019, 10:45 PM
Last Post: Larz60+
  Splitting lines ang grouping three at once samsonite 5 2,776 Jun-21-2019, 05:19 PM
Last Post: ichabod801
  Grouping csv by name terrydidi 8 3,928 Jan-14-2019, 09:27 AM
Last Post: perfringo
  Function for grouping variables Scott 1 2,713 Nov-13-2018, 03:01 AM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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