rs200415@rguktsklm.ac.in
CODERZONE
Home
Newsbuzz
PUC Material
Courses
Python Tutorial
C Tutorial
C++ Tutorial
java Tutorial
login
Run
Back
#try to avoid input function a = input("Enter any string :") b = [] for i in a: if i != "a" and i != "e" and i != "i" and i != "o" and i != "u" : b.append(i) print(b)
#try to avoid input function a = input("Enter any string :") b = [] for i in a: if i != "a" and i != "e" and i != "i" and i != "o" and i != "u" : b.append(i) print(b)
Click the run button. Try to avoid input() function.