procedure

Validating an Input

Validating an Input Question: I am a beginner python programmer and was hoping to get some help. I was trying to create a procedure where it would check if a user’s input is either empty or a single alphabetic character. I am having trouble as every time I run it, and I type 2, it …

Total answers: 1

Too Much Wait TIme

Too Much Wait TIme Question: So I was trying to use a procedure(with a parameter)…I asked the user for inputs and created a validate function to check the inputs and see if they are strings…I checked it but the outputs are taking too long to output. How do I fix this? I tried: # Create …

Total answers: 1

How To Remove Characters from String based on Some Conditions

How To Remove Characters from String based on Some Conditions Question: Dears, How To Remove Characters from String based on Some Conditions ? Knowing that I have one string where I need to : STEP 01 : Remeove vowels STEP 02 : Remove Duplicate consonants and keep the 1st appeared one. STEP 03 : Remove …

Total answers: 2