• 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! ๐Ÿ‘๐Ÿผ

Welcome to CheckiO - games for coders where you can improve your codings skills.

The main idea behind these games is to give you the opportunity to learn by exchanging experience with the rest of the community. Every day we are trying to find interesting solutions for you to help you become a better coder.

Join the Game