Chat:World/2021-08-26

From CG community
Jump to navigation Jump to search

Wontonimo: :wave:

eulerscheZahl: good morning

Default avatar.png NeonDoe: hi

Default avatar.png NeonDoe: Gm

Wontonimo: it's only 33 min into Thursday for me

eulerscheZahl: for me it started 7h ago

SilverMango: hey

SilverMango: how's it going

martinpapa69: hello friends

martinpapa69: "sometimes there is nothing you can do with your code, but a big fat revert" Me, today

derjack: oh my

Default avatar.png Joe_Mama_69: joe

Default avatar.png Taylorface: Oh woah there's a whole chat over here. How fun. Hey everyone!

Default avatar.png kjj090: hello!

derjack: :upside_down:

BlaiseEbuth: (╯°□°)╯︵ :) W∀9ᔭ:0Ɩ ʞɔɐɾɹǝp

martinpapa69: oO

BlaiseEbuth: (╯°□°)╯︵ Oo W∀ᔭϛ:0Ɩ 69ɐdɐduıʇɹɐɯ

martinpapa69: martınpapa69 10:5ᔭAM oO ︵╯(°□°╯) W∀ϛϛ:0Ɩ ɥʇnqƎǝsᴉɐlq

BlaiseEbuth: papa69︵ \(°□°)/ ︵ uıʇɹɐɯ

Default avatar.png ancen: hello

Default avatar.png Kepe55: I'm trying to visualize the "folding a note" problem but at 4+ letters its hard imagining it

Default avatar.png Kepe55: Any advice?

Default avatar.png Kepe55: I'm having a hard time coming up with an algorithm for it

Uljahn: don't give up, develop your imagination or use real paper

Default avatar.png Kepe55: ok thx

martinpapa69: solved -1 solved 1 solved -1 solved -1

martinpapa69: my solver is buggy :dizzy_face:

Default avatar.png Kepe55: Editorials would be great

Default avatar.png Kepe55: Where they give hints or something

Uljahn: Kepe55: https://www.codingame.com/forum/t/community-puzzle-folding-paper

BlaiseEbuth: There's a forum?! :scream:

Default avatar.png Kepe55: Thats a similar problem, thanks

Uljahn: oops my bad

Default avatar.png Kepe55: no, its almost the same

Default avatar.png Kepe55: but a bit easier I think, so if I solve that it might get me enough practice so I can solve Folding a note

Default avatar.png Kepe55: thanks

Default avatar.png Kepe55: nvm I will just continue solving easy puzzles and then come back to this

Mr.Moxy: is there a way for the codingame IDE to print everything and not just the first line or first print?

Periapsis: it depends on the language I think, but python 3 lets you do print(something, sys.stderr) and it prints but it doesn't count as part of the solution

Default avatar.png kjj090: no there isn't,you have to manually do it. in python3 for example you can do error=lambda *m:print(*m,file=sys.stderr,flush=True) and you can call error to debug something

LuisAFK: https://www.codingame.com/clashofcode/clash/1934868018a728c912fbf366195d414b0a4d9e1

Periapsis: Wow that Folding a note challenge was actually kind of fun

Default avatar.png Pixa123: Hey, does anyone else having problems with "Enter" on PHP language ?

Default avatar.png borrel: @Pixa123 Yes

Default avatar.png Pixa123: still not working :(

Default avatar.png UnidentifiedX: say a character is encoded using '56x0', what type of format is this?

Default avatar.png Pixa123: http://chat.codingame.com/pastebin/00a8b316-71bd-4dcd-aa85-2e11964f3dbf

Mr.Moxy: its a string format (most likely)

Juanmv94: Hi guys, can you have a look to my contribution and valorate it? Thanks :) https://www.codingame.com/contribute/view/72497389db29124bb1f4f1e9c5956e5d2ee3


Matilda-bit: I find a bug!

Matilda-bit: in clash of code ' A contribution by The_ZimaBlue' 'enter' is not working for PHP language

Default avatar.png Pixa123: Pixa123 02:17PM Hey, does anyone else having problems with "Enter" on PHP language ?

Juanmv94: What do you mean with enter? PHP_EOL?

Default avatar.png Pixa123: it is through whole page, not only clash of code

Matilda-bit: no on keyboard it is not work only for PHP

Matilda-bit: for another language it is work!

Default avatar.png Pixa123: meaning, when you press Enter to create new row in IDE

Matilda-bit: yes yes

Juanmv94: mmm... it works for me

Matilda-bit: hmmm

Default avatar.png Pixa123: on PHP language ?

Matilda-bit: yup

Matilda-bit: yep

Default avatar.png Pixa123: i'm asking @Juanmv94

Astrobytes: works fine. Did you change something in your IDE settings?

Default avatar.png Pixa123: no, tried on different browsers

Astrobytes: I cannot reproduce it on my end I'm afraid.

eulerscheZahl: then give them a visit and try on their end

Astrobytes: Excellent idea euler

Default avatar.png Pixa123: Unexpected error TypeError: Cannot create property 'lastIndex' on string

Default avatar.png Pixa123: this is the erroor in console

Default avatar.png Pixa123: Unexpected error TypeError: Cannot create property 'lastIndex' on string '^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$'

eulerscheZahl: i'm still not sure if i should try that yare contest or not :/

Astrobytes: What's that got to do with the Enter key?

Default avatar.png Pixa123: when i press Enter i got that error

eulerscheZahl: which puzzle and current IDE code?

Default avatar.png Pixa123: tools.js:214 Unexpected error TypeError: Cannot create property 'lastIndex' on string '^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$'

   at onEnter.js:49

Default avatar.png Pixa123: horse-racing-duals

eulerscheZahl: share your full code please

Default avatar.png Pixa123: IDE code?

eulerscheZahl: might be some syntax highlighting that's broken

Astrobytes: sounds like it

eulerscheZahl: yes, IDE code that you typed

Default avatar.png Pixa123: http://chat.codingame.com/pastebin/2fad1096-3126-4314-9d01-9de35e4d7c1e

eulerscheZahl: indeed: no new line possible

Illedan: Yo

Astrobytes: confirmed

Astrobytes: Hi Ille

Default avatar.png Pixa123: lol thanks, was getting frustrated :)

Illedan: Zup?

Astrobytes: Not a lot, other than this weird bug

Illedan: What game?

Astrobytes: Horse-racing Duals, for some reason the Enter key doesn't work in the IDE for PHP

Illedan: ah

Illedan: anyway, off for my second vaccine shot. brb later

Illedan: ^^

Illedan: And more FB spamming

Illedan: :D

Astrobytes: later, enjoy :)

Astrobytes: Hm, seems to be all puzzles?

eulerscheZahl: good luck Illedan. the 2nd one knocked me out for 2-3 days

eulerscheZahl: even space maze is affected. that's where I draw the line. Bug report incoming!

Astrobytes: :D

Astrobytes: It's puzzles, multi,s, optim and golf. Everywhere.

eulerscheZahl: reported. let's see how long it takes. Thanks for the info Pixa123

TimothyAlexisVass: Is there a way in Python to loop through inputs?

eulerscheZahl: yes. with the standard python ways to read from stdin

TimothyAlexisVass: in JavaScript you can do: while(s=readline())

 console.log(s);

eulerscheZahl: just use while True: and let it timeout?

eulerscheZahl: the lazy solution

martinpapa69: https://lmgtfy.app/?q=python+iterate+input

TimothyAlexisVass: I actually need to print after the loop though :(

Uljahn: while(s:=input()): :thinking:

eulerscheZahl: do you even have to read all input in this case?

eulerscheZahl: golfing?

TimothyAlexisVass: Yeah, I'm trying to get this without using the "number of lines" variable to save some size :)

IndecisionTree: Why do some clashes give a 404 error when trying to "test in ide"?

TimothyAlexisVass: This was what I submitted: http://chat.codingame.com/pastebin/1140d806-af3c-4dbf-8f1a-99a1f79f6db8

eulerscheZahl: because they were modified by a bot (e.g. reverse mode disabled because of bad user feedback)

eulerscheZahl: that bot creates a new puzzle revision and someone forgot to make that IDE-openable

eulerscheZahl: i have a feeling that I just made up a new word

IndecisionTree: ah ok. That makes sense. Thank you :slight_smile:

eulerscheZahl: of course it can be shortened TimothyAlexisVass

eulerscheZahl: exec(bytes('㵩湩異ੴⱬⱮ㵡⡩Ⱙ湩⡴⡩⤩〬昊牯猠椠慲杮⡥⥮਺愠㴫⡩⸩潣湵⡴⥬瀊楲瑮愨
','u16')[2:])

eulerscheZahl: https://clemg.github.io/pythongolfer/ have fun

Uljahn: for s in " "*n:

Uljahn: also i(a) instead of print(a)

eulerscheZahl: and the a+= in the same line as the loop

TimothyAlexisVass: I'm thinking it could be done without using the n at all, that would remove the need for n=int(i())

eulerscheZahl: i like the i(a) idea btw Uljahn

TimothyAlexisVass: Yeah that's really smart

TimothyAlexisVass: Uljahn++ :D

eulerscheZahl: Uljahn += 1

Wontonimo: the first time i saw that shortening in CoC I thought it was Mandarin

eulerscheZahl: because it's python

RoboStac: dump the loop entirely

RoboStac: print(sum(i().count(l) for s in ""*n))

eulerscheZahl: you forgot the space in your string

RoboStac: ah yeah

Default avatar.png cbodin: im learning python 3, havent done coding before. and am struffling with this command check point angle for coders strike back

TimothyAlexisVass: Like this? input=i i(sum(i().count(l) for s in " "*n))

Default avatar.png cbodin: struggling

Wontonimo: hey cbodin, what are you struggling with?

eulerscheZahl: now you don't have the n defined

RoboStac: you'd still need the line that reads l,n,a

eulerscheZahl: no a

eulerscheZahl: a is the sum

TimothyAlexisVass: ofcourse

Default avatar.png cbodin: finding the correct python 3 code for coders strike back check point angle

Wontonimo: i can help you with that

Uljahn: cbodin: coders strike back is a fancy place to learn python from scratch

Wontonimo: i'll DM you

Astrobytes: Use TeamViewer :P

Wontonimo: what is TeamViewer?

TimothyAlexisVass: Thanks :)

eulerscheZahl: i was just thinking "DM sounds like what MK would do" :D

Astrobytes: hehehehe

Astrobytes: Wontonimo: Remote desktop software, old MK meme :D

eulerscheZahl: once I changed my nick + profile pic (contest themed)

eulerscheZahl: to told me to play CSB and kept sending me private messages for maybe 20 min

Astrobytes: lol, he started messaging you, I remember

eulerscheZahl: then I got bored and told him I've just reached legend

eulerscheZahl: good times

Astrobytes: hahaha

RoboStac: TimothyAlexisVass - is l a single character?

Wontonimo: I did that or MK ?

eulerscheZahl: it's a lower case L

RoboStac: no, as in what it reads

eulerscheZahl: oh right

Astrobytes: Wontonimo: MK of course!

RoboStac: wondering if you can drop the " " and reuse l there

Astrobytes: Wontonimo: Even the very mention of CSB brings back MK memories for a lot of us

eulerscheZahl: i remember why i'm bad at golfing

eulerscheZahl: https://imgur.com/a/xp7yK6x found it again

eulerscheZahl: imgur now shows me a video ad before I can upload :/

Astrobytes: lol, that was a funny afternoon

eulerscheZahl: and you got the most correct guesses

eulerscheZahl: looking for the nickname that's missing or how did you do it?

Astrobytes: Yeah. Not sure, I think I'm just good at recognising common phrases from particular people. Or was, not so much now.

TimothyAlexisVass: How about this one?

TimothyAlexisVass: Sum alphabetical index of characters in string...

TimothyAlexisVass: print(sum(ord(s.upper())-64 for s in input()))

TimothyAlexisVass: any tricks? :)

Westicles: I miss MK DMing his theories on brain function and consciousness

KiwiTae: he stopped DMing you ? oh

Default avatar.png kjj090: TimothyAlexisVass there is sum(s.encode())-64*len(s) assuming s only consists of upper chars

Westicles: Something about your brain is too quick, and starts formulating a response before the inputs are done. So you get stuck in suboptimal patterns

Astrobytes: That's pretty accurate in terms of perception. If you think of the inputs the brain is bombarded with, it has to construct some formulation of it all to begin to make sense of it. The ultimate predictive engine.

Astrobytes: This is where you get into that nature of 'reality'.

Astrobytes: *the

Westicles: I don't think he got around to giving any fixes, so I am still running around in automaton mode

cahedan: hey yo

Illedan: Hi

eulerscheZahl: Illedan you are back already?

eulerscheZahl: oh, you left 2h ago. how time flies

TimothyAlexisVass: MrPapaya was fast

TimothyAlexisVass: is*

PatrickMcGinnisII: nice, i feel imgur famous

anuragr135: Hi

anuragr135: brozz

PatrickMcGinnisII: Well, since yesterday the online IDE stopped working... can't hit <enter>, can't add any lines !!!!!!

PatrickMcGinnisII: Firefox

BlaiseEbuth: Who needs lines...

Illedan: yeah euler :P

PatrickMcGinnisII: I stopped using waterfox a few months ago... now I can't use firefox either.

PatrickMcGinnisII: <enter> works in chat

BlaiseEbuth: Who use site's IDE...

Illedan: Me when I'm lazy

PatrickMcGinnisII: So, is chrome the only browser now that will function correctly?

BlaiseEbuth: IDE works fin in FF for me...

BlaiseEbuth: *fine

RoboStac: I think it's something wrong with php in the ide rather than browser

RoboStac: there was a discussion / reports about it earlier

BlaiseEbuth: Who use php...

PatrickMcGinnisII: yup, C++ <enter> works in editor

Astrobytes: It's currently a site-wide IDE issue affecting PHP PatrickMcGinnisII

Astrobytes: Staff are aware.

BlaiseEbuth: Try to put a $ beffore hitting enter

PatrickMcGinnisII: ok, no Space Shooter for me today i guess

Astrobytes: It's the IDE telling you to use C

BlaiseEbuth: https://www.youtube.com/watch?v=1S1fISh-pag

PatrickMcGinnisII: Java works, ok ... now I feel targetted

PatrickMcGinnisII: cut/paste carriage returns works, but I'm not that dense

Illedan: lol

PatrickMcGinnisII: hmm, keybindings also have unexpected behavior

Illedan: I did such thing during COTC. Bought a keyboard for an Ipad to code during vacation and had to Copy paste some keys I didn't find

PatrickMcGinnisII: ctrl+enter should be an insert line, it hits play...wierd

PatrickMcGinnisII: ctrl+c,v,z work

PatrickMcGinnisII: [Exception... "Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsIXPCComponents_Utils.readUTF8URI]" nsresult: "0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)" location: "JS frame :: resource://gre/modules/L10nRegistry.jsm :: L10nRegistry.loadSync :: line 692" data: no]

PatrickMcGinnisII: hmm, i didn't realize CG liked using the google api

PatrickMcGinnisII: can't find the bug in the forums

BlaiseEbuth: Who use the forum...

PatrickMcGinnisII: well where's the bug reporting?

PatrickMcGinnisII: discord?

Illedan: ye

Illedan: bug channel

BlaiseEbuth: Channel these days...

jacek: :unamused:

BlaiseEbuth: eyup

BlaiseEbuth: :upside_down:

BlaiseEbuth: Oo

PatrickMcGinnisII: ok, i've read enough ... discord is a k-hole

BlaiseEbuth: Who use discord...

Default avatar.png biIIy: huhhh

PatrickMcGinnisII: glhf

nkc20: ffffffffffff

Astrobytes: kkkkkkkkick if you don't stop that.

Illedan: Fixing bugs in FB makes my bot worse

Illedan: wtf

Astrobytes: c'mon man, wouldn't be CG if that didn't happen :)

jacek: start fixing bugs in twitter

Illedan: ?

BlaiseEbuth: eyup

AllYourTrees: jacek_ two questions while you are here: 1. do you use dirichlet noise while training? 2. what do you use for value target? Q value/game outcome/some interpolation?

AllYourTrees: :spy:

AllYourTrees: at first i was using noise, but then found i could disable it and thing sstill worked

AllYourTrees: and ive been using an interpolation of Q value and game outcome, but my value reported in CG seems to swing wildly, so wondering if i should do something else...

AllYourTrees: oh wait you don't do policy so you don't have to do with noise... yet another reason to not do policy :D

jacek: eeyup, no policy

BlaiseEbuth: Oo

jacek: but during training for final move i use softmax with some temperature

jacek: so the worse moves can be chosen accordingly sometimes

AllYourTrees: okay ya i have something similar

jacek: and the target value is the root's value

jacek: not game outcome

AllYourTrees: huh okay thats great to know

Default avatar.png BigFishOutOfWater: BlaiseEbuth, if I remember correctly, you had gotten an answer about how the BOOST works exactly. Could you please remind me?

AllYourTrees: :raised_hands:

AllYourTrees: ty for sharing!

BlaiseEbuth: BOOST?

martinpapa69: target value=root value? interesting

Default avatar.png BigFishOutOfWater: Maybe it was someone else. The pod racer game gives you a boost but they don't tell you the numbers for it.

Astrobytes: 650 instead of 100

BlaiseEbuth: Oh.

Default avatar.png BigFishOutOfWater: thank you very much

BlaiseEbuth: Astrobytes is a moderator of type 2 in Chomsky Hierarchy.

jacek: doesnt marchete use combination of game outcome and root value?

Astrobytes: lol BlaiseEbuth

martinpapa69: no idea, i moved from his code long ago

AllYourTrees: ive been using iterpolation between game outcome and root value based on turn # for the longest time

AllYourTrees: but gonna try root value next

martinpapa69: have you also tried only using game outcome ?

jacek: i was experimenting recently with that, but in supervised fashion. that is i created millions of positions from self-games and used only outcome. i had some successes with it in breakthrough

martinpapa69: I've never tried anything, but the outcome

jacek: was it at least decayed?

martinpapa69: -1;1

jacek: no multiply by 0.99 ^ (turns left)?

martinpapa69: nop

martinpapa69: I saw marchete used some decay

martinpapa69: but i didnt like that

martinpapa69: I think using raw outcome adds some noise to the training, so even if its not accurate every time, it could help the training

martinpapa69: but thats just my theory, never made measurements

jacek: theory fails. need experiments

martinpapa69: true, i just dont like the "handcrafting" part of the development, im more interested in the algorithms

KalamariKing: how some people #2,509,175th

Astrobytes: Pardon?

jacek: yes

Default avatar.png Mohammed_Galal: Hello

Default avatar.png Mohammed_Galal: this website is fun

jacek: :tada:

Default avatar.png Kepe55: solving problems can be a pain for me but it makes me improve I think

Default avatar.png Mohammed_Galal: yeah it makes you improve buddy

KalamariKing: Astrobytes https://imgur.com/L9WnNa9

KalamariKing: 2.5 millionth place

jacek: even if you dont solve the problem, the trying is important

Astrobytes: KalamariKing: OK I see what you mean now, formulate your sentences a little better for chat ;) Yeah, this person hasn't achieved much in the way of codinpoints or XP so... back of the list

Astrobytes: Probably inactive, or rarely active

Astrobytes: Kepe55: what jacek said is correct

Astrobytes: (for once :P )

Default avatar.png Kepe55: So if I solve a lot of easy puzzles, I will be able to solve medium ones?

Astrobytes: That depends. You may have to do some off-site learning for unfamiliar concepts.

Default avatar.png Kepe55: alr, thx

Astrobytes: You might need to become more familiar with or refresh your memory of graph theory, number theory, combinatorics

Astrobytes: etc

Default avatar.png Kepe55: There should be hints for problems, that would help a lot when I'm stuck

Astrobytes: there are for some easy official puzzles, otherwise there are forum threads for each puzzle where you can get hints or ask for advice

Default avatar.png Kepe55: Yeah I know, sometimes the forum can be helpful, but sometimes it's just people not understanding why some of the cases fail

Default avatar.png Kepe55: And not really a further explanation

Astrobytes: Hence why you need to grasp the underlying nature of the problem first.

Astrobytes: After you are comfortable with it, it's a matter of fixing bugs and/or optimising

Default avatar.png Kepe55: For the Folding a Note problem I just have a hard time coming up with code

Default avatar.png Kepe55: I understood the problem

Default avatar.png Kepe55: I can do easy cases on the whiteboard

Astrobytes: Can you solve a case manually?

Astrobytes: There you go

Default avatar.png Kepe55: Yes, easy cases

Default avatar.png Kepe55: but if I try to increase the letters to 4+ it gets confusing

Astrobytes: Write down the steps, translate to code, handle edge cases

Astrobytes: make an offline version too if you like

Default avatar.png Kepe55: Alr, thx

Astrobytes: But keep trying

Astrobytes: You're halfway there

Default avatar.png Mohammed_Galal: yeaaah I solved about 3-4 clashes

Astrobytes: Did you try puzzles Mohammed_Galal?

Default avatar.png Mohammed_Galal: Nope where is it ?

Astrobytes: Mohammed_Galal: Menu at the top, under Activities->Practice

Astrobytes: Compete section has clashes, multiplayer bot programming, optimization and code golf. Practice has puzzles (no time limit) at various levels of difficulty.

Astrobytes: https://www.codingame.com/training

Astrobytes: https://www.codingame.com/multiplayer

Astrobytes: click on the titles e.g. "Classic Puzzle - Easy" for the full list of puzzles/games

Default avatar.png Mohammed_Galal: Thats amaaaaaazing man !

Astrobytes: There is a *lot* more to the site than just clashes

Default avatar.png Mohammed_Galal: yeah I'm discovering now

Astrobytes: :)

Default avatar.png Mohammed_Galal: I'm learning from coursera but just getting bored from time to time and need something to play with to have more fun with coes

Default avatar.png Mohammed_Galal: codes*

Astrobytes: As long as you have a basic level of proficiency you should be fine with puzzles or whatever, but be prepared to learn

jacek: uhm, some official puzzles have the hints

Illedan: Only a few

Astrobytes: jacek: http://chat.codingame.com/pastebin/05d08276-7443-436e-919c-67c2015206fa

jacek: oh my

Illedan: :O

Illedan: The same piece of information was repeated.. Kick?

Astrobytes: Yes, kick jacek

Astrobytes: into his box

jacek: i havent eaten the glue today

Astrobytes: :D

Default avatar.png Maxim251: https://www.youtube.com/watch?v=os6ssw1qylU

Default avatar.png Maxim251: thats interesting

BlaiseEbuth: Rick roll

AllYourTrees: llor kcir

Default avatar.png Mohammed_Galal: I'm back @astrobytes

BlaiseEbuth: :scream:

BlaiseEbuth: Flee Astrobytes!

Mr.Programmer2938: hi

Default avatar.png Mohammed_Galal: finally I finished the descent

Default avatar.png Mohammed_Galal: btw guys I have a question

Default avatar.png Mohammed_Galal: seems no one here now :(

BlaiseEbuth: It was the invisible question.

Default avatar.png Mohammed_Galal: hahaha

Default avatar.png Mohammed_Galal: now I want to compare some variables with for

Default avatar.png Mohammed_Galal: So I took a value and compared to the next values in the array to find who is the biggest by adding the new biggest value to "Big" Variable and continue comparing it with the rest of the array values

Default avatar.png Mohammed_Galal: this is good right ?

BlaiseEbuth: You're comparing each array value with the big one ?

BlaiseEbuth: Not sure, the way you said it...

Default avatar.png Mohammed_Galal: I have 8 numbers in a file switched them to an array with fscanf in PHP

Default avatar.png Mohammed_Galal: and starting comparing the values by taking the 0 value and start comparing to the 8 digits in the file

Default avatar.png Mohammed_Galal: so now I have 1

Default avatar.png Mohammed_Galal: 5

Default avatar.png Mohammed_Galal: 6

Default avatar.png Mohammed_Galal: 2

Default avatar.png Mohammed_Galal: so will compare by "for" 0 to 1 and add one in "Big" Variable then 1 to 5 then 5 to 6 then 6 to 1

Default avatar.png Mohammed_Galal: now I have 6 in "Big" Variable right ?

BlaiseEbuth: In this case yes. But that's false

Default avatar.png Mohammed_Galal: okay let's assume it's yes

Default avatar.png Mohammed_Galal: Now I'm using "for" so the result will be 6

BlaiseEbuth: Just add one more value, lets say 1. You end comparing 2 and 1, and put 2 in your "big" variable.

Default avatar.png Mohammed_Galal: when for finished and print 6 .. now I'm reset the compared value to 0 again so when I start a new compare the new result will be again 6

Default avatar.png Mohammed_Galal: yes I did this a new value for the top number

Default avatar.png Mohammed_Galal: but is supposed to give me 6 as a big number everytime I start the for loop right ?

BlaiseEbuth: If the values are the same, yes

Default avatar.png NeonDoe: Hi :wave:

Default avatar.png Sorrekh: HiHo everybody :wave:

Default avatar.png TrevorBushnell: hi coccers

Default avatar.png Fafar: hii

Default avatar.png Fafar: any with pro acoun for codingescape

Default avatar.png Charlie_root: lol

Default avatar.png Charlie_root: they added an IRC to this ?

Default avatar.png Charlie_root: lel

Default avatar.png Charlie_root: anyone here ?

Default avatar.png Charlie_root: it's literally 4 am where I'm from

Default avatar.png Charlie_root: I have no life

Default avatar.png kjj090: hey Jon... do you have the link for the clash?I lost it ...

Default avatar.png Blackburne: 4.39 am here

Default avatar.png Charlie_root: :))

Default avatar.png Charlie_root: somewhat comforting to know I'm not the only one

Jon...: @kjj090 https://www.codingame.com/clashofcode/clash/report/1935862ee4370baf1a3b3a3256d8a4ba904713a

Default avatar.png kjj090: thanks!

Default avatar.png kjj090: well for some reason i cant get back to the code but its alright.

Default avatar.png Demurator: i am so bad

Default avatar.png Demurator: i thought i knew python but jeez i cant do anything in a clash

Default avatar.png Demurator: i sit there for 10 minutes not able to understand what the clash even wants me to do

Default avatar.png Demurator: then when i get it idk how to do it at all

Default avatar.png BigFishOutOfWater: that's why the whole point is practice

Default avatar.png Demurator: but i have been doing it for a year

Default avatar.png Demurator: i never really did stuff like that, i made guis and things

Default avatar.png Demurator: never stuff liket hat

Default avatar.png Demurator: like that*

Default avatar.png BigFishOutOfWater: maybe you can find some help

Default avatar.png Sorrekh: Demurator believe me - I can feel you ^^ even my main language is Java I felt like a total n00b when I started here xD

Default avatar.png Demurator: lmao thanks man

Default avatar.png Demurator: why is your text red?

Default avatar.png Demurator: are you a mod or something?

Default avatar.png kjj090: when you ping someones name its red in their view. Demurator

Default avatar.png Demurator: oh nice

Default avatar.png Demurator: kjj090

Default avatar.png Sorrekh: yeah just to help see when you are mentioned :)

Default avatar.png Demurator: thanks

Default avatar.png Demurator: im currently doing the coders strike back thing and im really confused where the thrust is

Default avatar.png Demurator: nvm i got it

Default avatar.png Demurator: just confused how i move on after the arena part

Default avatar.png Sorrekh: you are into Python?

Mr_BlueBird: hey!, how are u all??

Default avatar.png Demurator: hey

Default avatar.png Demurator: im good wbu?

Mr_BlueBird: fine

Default avatar.png Demurator: good!

Mr_BlueBird: https://mrbluebird2.github.io

Mr_BlueBird: checkout my portfolio

Mr_BlueBird: is that good??

LittleFlea: i read how are u tall.ahah

Mr_BlueBird: ??

LittleFlea: nevermind me .how are you.

Mr_BlueBird: i 'm good

Default avatar.png kjj090: hey AspectCodin sry, can you link the clash here, i accidently deleted the chat thing

AspectCodin: https://www.codingame.com/clashofcode/clash/report/19359373eb18efde35b8628d149defb27c59802

AspectCodin: I forgot to actually shorten my code

AspectCodin: i still might get first tho

Default avatar.png kjj090: lol

LittleFlea: CSB really become interesting at gold rank

LittleFlea: i was thinking i did not have enough control before

Default avatar.png wuhudasima: wuhu,qifei