+ 7
Challenge:Give the 10 next Friday's 13th
What will be the ten next Friday's 13th? Give us an answer in Python, C++ or Java. Thank you :-) Clue: all months who get Friday 13th start by Sunday First :-)
5 Answers
+ 9
Interesting challenge :)
+ 7
Short and sweet
https://code.sololearn.com/c5dTM7uN1W62/#py
+ 5
heres mine...
prints next 100 friday 13th counting from today
no module for checking the day
https://code.sololearn.com/csF5GneAXW1w/?ref=app
+ 4
Fun challenge
This is my code in c#
https://code.sololearn.com/cX1A7sMoe70f
+ 3
I made the code in ruby, because there are already two codes for python. It gives all the Fridays the 13th for ten years from the starting year you choose.
https://code.sololearn.com/cbTwN2jOxh1I/?ref=app