We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
TY <3
Dec 1 '21
Py <3 def what_century(year): c, r = divmod(year,10...
Python: def calc_type(a, b, res): if a + b == res: ...
Nov 30 '21
python def getEvolutionRateMessage(before,after): if be...
Aug 31 '20
Python def missingLetter(chain): for i in range(1,len(c...
Aug 30 '20
Python def remove (a): # remove first row a = a[1:...
Aug 25 '20
Python def fuel(a): a = a * 11 i= 0 tab = [] ...
Aug 24 '20
Python def getCoffee(smallChange,type): menu = {'Americ...
Aug 11 '20
Recent comments
Free courses for December
TY <3
Daily Challenge #296 - Years to Centuries
Py <3 def what_century(year): c, r = divmod(year,10...
Daily Challenge #312 - Describe the Function
Python: def calc_type(a, b, res): if a + b == res: ...
Daily Challenge #61 - Evolution Rate
python def getEvolutionRateMessage(before,after): if be...
Daily Challenge #60 - Find the Missing Letter
Python def missingLetter(chain): for i in range(1,len(c...
Daily Challenge #59 - Snail Sort
Python def remove (a): # remove first row a = a[1:...
Daily Challenge #58 - Smelting Iron Ingots
Python def fuel(a): a = a * 11 i= 0 tab = [] ...
Daily Challenge #56 - Coffee Shop
Python def getCoffee(smallChange,type): menu = {'Americ...