Evaluate as Python II

Submit

Your name:
File:
Open code-statistics:

Language is selected by the extension of the file. See the list of supported languages to know the extension of your language.

Problem

Simply evaluate these programs as Python code. This is again a very trivial problem suited to complete beginners.

Options

exec is denied

rejudge feature is enabled

now post-mortem time, all source codes will be revealed

Sample input:_

print("Hello", "world!")

Sample output:

('Hello', 'world!')
Hello world!

Sample input:_

s = ""
for i in range(50):
  s += str(int(i * 0xDEAD / 0xCAFE * 0xBEEF))
print(s)

Sample output:

04887997758146637195516244395293274342153391032439911488790586548635427684306733185782064830943879822928701977580102645911242171173096122197512708541319733136861214174911466370151524915641281661886171076517596441808523185740219062811955160200403920529182101797215067622484342297313234619223950712443950249282925417082590587
0536181072371608552144742680933217113753304289494825675361865898056434236970427506618042798578989115179651351018754107237311259911179610123322912868471340466139408514477031501322155494116085591662178171579717694151823034187665319302711983890203750920911272144746219836522519832305602235922124128392466458252007725736952627314

Sample input:_

print(range(10))

Sample output:

[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
range(0, 10)

Ranking

Python3 _

RankUserSizeTimeDateStatistics
1Dingledooper770.15412023/03/17 12:52:580B / 35B / 39B
2Sisyphus840.14052023/03/17 10:38:550B / 48B / 32B
3orthoplex880.14122023/03/16 16:40:510B / 46B / 37B

Bash _

RankUserSizeTimeDateStatistics
1tails200.16922023/03/07 10:50:100B / 12B / 5B
2McBusLuck220.18072023/03/07 03:12:380B / 18B / 3B
3Steffan220.17042023/03/19 12:30:020B / 18B / 2B
4Hydrazer230.25412023/03/16 09:06:250B / 18B / 1B

Zsh _

RankUserSizeTimeDateStatistics
1McBusLuck220.20412023/03/12 22:28:130B / 18B / 2B
2Steffan220.18232023/03/19 12:30:160B / 18B / 2B
3McBusLuck200.20682023/03/21 05:53:360B / 12B / 5B

Fish _

RankUserSizeTimeDateStatistics
1McBusLuck220.21792023/03/12 22:28:290B / 18B / 2B

Language Ranking_

RankLangUserSizeScore
1Bashtails2010000
2ZshMcBusLuck2010000
3FishMcBusLuck229090
4Python3Dingledooper772597

return to the top page