summaryrefslogtreecommitdiff
path: root/comp/work/5/printCon
blob: da5a7563e76cdbb7782ea4a254c2abf1f7637eba (plain)
1
2
3
4
5
word = "computing"
for i in word:
	if i != 'a' and i != 'e' and i != 'i' and i != 'o' and i != 'u':
		print(i)