Coding a new pattern (Challenge) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Coding a new pattern (Challenge)

NOTE: CHECK PATTERN IN DETAIL Try to develop a code in any language which show that pattern: *+*+**+*+**+*+* +*+*++*+*++*+*+ *+*+**+*+**+*+* +*+*++*+*++*+*+ *+*+**+*+**+*+* +*+*++*+*++*+*+

27th Dec 2017, 7:06 AM
Daniel
Daniel - avatar
9 Answers
+ 15
27th Dec 2017, 7:58 AM
Hatsy Rei
Hatsy Rei - avatar
28th Dec 2017, 6:04 PM
Infinity
Infinity - avatar
+ 7
#Python print ("*+*+**+*+**+*+*") print ("+*+*++*+*++*+*+") print ("*+*+**+*+**+*+*") print ("+*+*++*+*++*+*+") print ("*+*+**+*+**+*+*") print ("+*+*++*+*++*+*+") #Technically, I'm not wrong 😉
27th Dec 2017, 8:22 AM
blackcat1111
blackcat1111 - avatar
17th Feb 2018, 9:53 PM
Med Arezki
Med Arezki - avatar
27th Dec 2017, 9:22 AM
Dude
Dude - avatar
+ 3
Dude your code not show pattern for challenge, try to check it carefully ;-)
27th Dec 2017, 3:29 PM
Daniel
Daniel - avatar
+ 2
@Daniel i misunderstood it at first .. but i guess i get it right this time
27th Dec 2017, 4:07 PM
Dude
Dude - avatar
+ 2
Right you must always see details
27th Dec 2017, 4:43 PM
Daniel
Daniel - avatar
+ 2
@Ace Thanks for the catch! Fixed now. 😉
28th Dec 2017, 12:49 AM
blackcat1111
blackcat1111 - avatar