Currently an IT Recruiter for the Montréal Area
Always interested in new technologies and development projects.
Dipping my toe in development here and there!
-
onepoint
- Montréal
Pinned Loading
-
Challenges from Daily Coding Problem
Challenges from Daily Coding Problem 1def main():
23list = [10,11,3,7]
4variableConstante = 21
5 -
Challenges from Daily Coding Challenge
Challenges from Daily Coding Challenge 1listData = []
2listResultat = []
3listLenght = 5
45def dataCollect():
-
Like a really basic calculator - Lik...
Like a really basic calculator - Like opposite to userFriendly 1def add(x,y):
2return x+y
34def substract(x,y):
5return x-y
-
Challenges for Daily Coding Challenge
Challenges for Daily Coding Challenge 1list = [1,2,3]
2iterativeValue = 1
3comparisonValue = 0
45while comparisonValue != iterativeValue:
-
Python guessign game
Python guessign game 1from random import randint
2number=randint(1,3) #Fix the random thing
3test=True
4score=0
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.