Jan-03-2020, 07:36 AM
Some general observations:
Your code has repeating parts (rows #5-16 & #27-35). You should write function instead of writing code blocks twice.
Also you could add functionality to deal with faulty user input. Currently if user enters something which is not resolved within if-elif-elif then name 'multi' will not be assigned.
Your code has repeating parts (rows #5-16 & #27-35). You should write function instead of writing code blocks twice.
Also you could add functionality to deal with faulty user input. Currently if user enters something which is not resolved within if-elif-elif then name 'multi' will not be assigned.
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.
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.