Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mywittyname
on April 24, 2018
|
parent
|
context
|
favorite
| on:
Things I Learned from a Job Hunt for a Senior Engi...
Screw it, everyone else is posting code examples:
def vc(s): return len([c for c in s if c in ['a','e','i','o','u']])
cema
on April 25, 2018
[–]
Probably s.tolower() or whatever it is in Python.
knopkop_
on April 26, 2018
|
parent
[–]
def vc(s): return len([c for c in s.lower() if c in ['a','e','i','o','u']])
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: