Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
data input
#9
(May-06-2020, 08:52 PM)chpyel Wrote: how I control the data input from user input error

You have answer to your initial question - use try...except.

How to implement is another story. You haven't given enough information to understand what you want to accomplish. As it smells like homework I would just generalise: one can have validation function which checks user input with try...except and returns only valid value. One can apply this function to whatever number of user inputs and assign result to whatever variable.
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
data input - by chpyel - May-06-2020, 08:52 PM
RE: data input - by Larz60+ - May-06-2020, 09:20 PM
RE: data input - by chpyel - May-06-2020, 09:27 PM
RE: data input - by SheeppOSU - May-06-2020, 09:42 PM
RE: data input - by chpyel - May-06-2020, 10:01 PM
RE: data input - by SheeppOSU - May-06-2020, 10:18 PM
RE: data input - by jefsummers - May-06-2020, 10:31 PM
RE: data input - by chpyel - May-06-2020, 10:39 PM
RE: data input - by perfringo - May-07-2020, 05:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with to check an Input list data with a data read from an external source sacharyya 3 422 Mar-09-2024, 12:33 PM
Last Post: Pedroski55
  manually input data jpatierno 0 348 Nov-10-2023, 02:32 AM
Last Post: jpatierno
  Input network device connection info from data file edroche3rd 6 1,069 Oct-12-2023, 02:18 AM
Last Post: edroche3rd
Question in this code, I input Key_word, it can not find although all data was exact Help me! duchien04x4 3 1,058 Aug-31-2023, 05:36 PM
Last Post: deanhystad
  Showing an empty chart, then input data via function kgall89 0 986 Jun-02-2022, 01:53 AM
Last Post: kgall89
Question Change elements of array based on position of input data Cola_Reb 6 2,144 May-13-2022, 12:57 PM
Last Post: Cola_Reb
  input data validation plumberpy 2 1,792 Aug-11-2021, 12:04 PM
Last Post: plumberpy
  command line input (arg parse) and data exchange Simba 7 4,341 Dec-06-2019, 11:58 PM
Last Post: Simba
  user input to select and print data from another class python TyTheChosenOne 6 4,156 Aug-30-2018, 05:53 PM
Last Post: TyTheChosenOne
  Input Data machine Learning rafaelmoraes 2 3,316 Mar-15-2018, 01:24 PM
Last Post: rafaelmoraes

Forum Jump:

User Panel Messages

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