Chat:World/2021-10-29
Enig: Anyone still need another team member?
Thorcode: ?
holite: do anybody know how to convert # to 1 and * to 0 in python??
holite: in a long str
holite: for ex.
holite: #**#**##*** to 10010011000
VizGhar: map
VizGhar: or replace
Flaaamort: .join(map({'#':'1','*':'0'}.get, string))
Flaaamort: Using map as suggested
Husoski: str.translate() might be better in Python. string.translate({35: '1', 42: '0'}) will convert '#' to 1 and '*' to '0', leaving all other characters unchanged.
derjack: dat moment when you forgot to seed mt19937 and wondered why it worked crappily
Thorcode: how to get all of game in coding escape free?
Thorcode: https://escape.codingame.com/game-session/9pB-SOh-itn-Bgu
derjack: welp https://github.com/AlynxZhou/gnome-shell-extension-inotch
Stephen10121: ^^^ why cant apple just make a holepunch?
Thorcode: hey foundrezz are you there?
Thorcode: pls answer foundrezz
Thorcode: how to fix this?
Thorcode: [] should equal []
Thorcode: in list
Thorcode: can someone help me pls
Thorcode: def string_to_array(s): http://chat.codingame.com/pastebin/9314d7fb-8be2-43ed-a928-f0cb6871d8cd
Thorcode: here is my code
5DN1L: Does list(s) do what you want?
5DN1L: e.g. list("abc") gives ['a', 'b', 'c']
Overbed: https://w3schools.com
Thorcode: I finished
Thorcode: for a long time
lakaoe: whatdoes % mean inpython
Mr.Presqu: modulo operator (in a few other languages too) (i think)
Good_Coder: % in python means the remainder of something
KiwiTae: it depends how its used could be to format strings
Fer: is it possible to join a team for the challenge today when it is alredy started?
Sandokas: yes
Fer: how?
Steyntjeh: jojojojojojojojojojojojojojo
Daan_GC: jojojojojojojojojojojojo
Steyntjeh: jojojojojojojojojojojojojojojojojojjojojojojojojoj
Steyntjeh: lol i am banned in the discord
Uljahn: you asked for it
Noyotens: the fall challenge is so easy i complete only in 15 hours and with 16 hints
KBarroso: cc
Sandra_28: hi
BrieJ: hi
isME: what happend when i complete the challenge
d2weber: hmm maybe you get some xp?
isME: ok thx
Uljahn: no XP or CP, all you get is fun
Noyotens: i didn't love this contest is too short i hope next context will be normal
Hiachi: ;/
jacek: so contest is over?
Rosheed: hello
Rosheed: sup guys
ilaystone: Wait no leagues no ranks in this contest ?
darkhorse64: no contest either
toutatis: it's boring !
jacek: :O
iovryp: yo i don't like it :joy:
_Royale: weird, my last C++ submit on Clobber is reported as Python 3 :thinking:
jacek: so youre 1st in python in leaderboard :tada:
kfelts: who just beat me on clash >:((((
TimberStalker: Why is there a constant notification bubble on Compete? How can i make it go away?
makerecho: I guess it will go away after che challenge is done
DylanGTech: Whew! Just made my first Tech.io playground :)
jacek: :tada:
DylanGTech: Just a beginner tutorial. Nothing too fancy. Hope someone finds use for it
DylanGTech: I'm amazed by how many non-English ones there are here too :O
DylanGTech: Great work building an international community
jacek: mostly french
Zylo: help!!! There is info in XMAS RUSH leaderboard that I submit Python3 code?!? I've submitted only Java code...
jacek: there seems to be a problem, others post c++ code it shows as python
jacek: nice way to rank up in python leaderboard though
ninnghazad: yea, i have that too, lists some of my stuff as python3 instead of c++
jacek: deploy friday eh
ninnghazad: is eating turnip cabbage a thing in the usa?
jacek: oO
PB-79: hey guys can u tell me a puzzle for a BEGINNER please ?
PB-79: I know it should be one in the "easy" category but i struggle with the ones I tried
jacek: the descent, temperatures, onboarding
jacek: horse racing
jacek: though this site isnt for complete beginner who hasnt started programming yet
jacek: oO
Queuebee: clash time lets go guys
Queuebee: people*
jacek: relaxing isnt it https://streamable.com/fx1jjh
Queuebee: omg thats amazing
darkhorse64: a swarm of bees
chuvak1221: Hi can you help me a little? I solve in ruby clashes and some tasks dont count because the input shows a line with extra "" for example ""hello world" "and they are not taken with simple methods. How i can fix it?
ProCoder03: hmm.... we don't have many ruby dev hanging in the chat, it's better that you pm some ruby dev in clash
ProCoder03: *global chat