+ 5
Pattern challenge 3
hi guys I love patterns so here is another challenge use loops in any lang to print this 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1
16 Respostas
+ 9
Recursion in Python, my favourite.
https://code.sololearn.com/cC6FvG8oQ9zd/?ref=app
+ 3
u won @PR wow so quick now I want to see others try also to learn something new
+ 3
here is mine...@Aadi..
Enter any input you want.
https://code.sololearn.com/cU7fbLAxm8Dp/?ref=app
+ 3
Hi Sayan
you have a very valid input ( no pun intended), but the reason I chose not to use input is that if I do, I need to add error checking, incase someone enters a char instead of int.
So basically I am too lazy.
but thanks for the input.
+ 3
Here is mine. Input checking included
https://code.sololearn.com/cA3LpZ7t301l/?ref=app
+ 3
With love ...
https://code.sololearn.com/c2iM78HQ8v6M/?ref=app
+ 2
Hey anybody feel bored at the time, try my challenge :)
**DAILY CHALLNENGES**
https://www.sololearn.com/Discuss/569992/daily-challenge-write-a-code-that-get-as-input-a-mathematical-function-as-string-calculate-and-print
+ 2
https://code.sololearn.com/wzozp5HXsdlc/?ref=app
+ 2
nice guys happy to see efforts of u all
+ 1
hello louis...
your code is a beautiful one..
i'd suggest to replace
pattern(6)
by
pattern(int(input(' '))
#if u like that## thank you
+ 1
version 2...
shorter...
# Aadi challenge
https://code.sololearn.com/c1i45BGyeF80/?ref=app
+ 1
Omg lol, that's a silly mistake. It's fixed
+ 1
HEY CODERS OUT THERE...
NEW *DAILY CHALLENGE* RIGHT HERE:
https://www.sololearn.com/discuss/645450/?ref=app
0
vari93
there is a syntax error in your code at line 10...check it""#