+ 6
Coding a new pattern (Challenge)
NOTE: CHECK PATTERN IN DETAIL Try to develop a code in any language which show that pattern: *+*+**+*+**+*+* +*+*++*+*++*+*+ *+*+**+*+**+*+* +*+*++*+*++*+*+ *+*+**+*+**+*+* +*+*++*+*++*+*+
11 Respuestas
+ 15
https://code.sololearn.com/c4F15xRbALKH/?ref=app
This is really, really fun...
+ 8
Here's mine in C
https://code.sololearn.com/ccf377wMJas2/?ref=app
+ 7
#Python
print ("*+*+**+*+**+*+*")
print ("+*+*++*+*++*+*+")
print ("*+*+**+*+**+*+*")
print ("+*+*++*+*++*+*+")
print ("*+*+**+*+**+*+*")
print ("+*+*++*+*++*+*+")
#Technically, I'm not wrong 😉
+ 6
+ 3
Dude your code not show pattern for challenge, try to check it carefully ;-)
+ 2
@Daniel i misunderstood it at first .. but i guess i get it right this time
+ 2
Right you must always see details
+ 2
@Ace Thanks for the catch! Fixed now. 😉