Post image
Light Mode
Dark Mode
Golf Club 🏌️
checkio coding js

Hello CheckiO users! 🙂

Challenge yourself with our latest mission

Univocalic davasaan by Phil15 - You have to write a function which calculates integer division by 10. The vowels "eiou" are disallowed as are the slash "/", asterisk "*", and period "." characters. This is a code golf mission and your main goal is to make your code as short as possible: 300 characters is the maximum allowable. The shorter your code, the more remarkable you are.

davasaan(0) == 0
davasaan(7) == 0
davasaan(81) == 8
davasaan(199) == 19
davasaan(4500) == 450
davasaan(9999) == 999

💡 3 Highlights from the Python world:

All The Important Features and Changes in Python 3.10 - Type Checking Improvements, Type Aliases Syntax Change, Pattern Matching and many other new features that are coming with Python 3.10

Hello, HPy - HPy provides a new API for extending Python in C. In other words, you use hpy.h instead of Python.h.

OrderedDict vs dict in Python: The Right Tool for the Job - explains why it is still worth keeping around OrderedDicts.

The users who’ve made the TOP 3 this month are bkaraica, Alexey.K., and ogoro.You are doing great, guys! Keep on coding! 👏🏼

Created: April 1, 2021, 8:28 a.m.
1
40
User avatar
oduvan