Python 2, (削除) 38 (削除ここまで) (削除) 37 (削除ここまで) 36(削除) 36 (削除ここまで) 34 bytes
-1 bytes thanks to Jo King
s='print"s=%r;exec s"%(s+s)#';execs;"%s+s';exec s
Python 3.8 (pre-release), (削除) 39 (削除ここまで) 38(削除) 38 (削除ここまで) 36 bytes
exec(s:='print("exec(s:=%r)"%(s+s);"%s+s)#'')
Python 2, (削除) 38 (削除ここまで) (削除) 37 (削除ここまで) 36 bytes
-1 bytes thanks to Jo King
s='print"s=%r;exec s"%(s+s)#';exec s
Python 3.8 (pre-release), (削除) 39 (削除ここまで) 38 bytes
exec(s:='print("exec(s:=%r)"%(s+s))#')
Python 2, (削除) 38 (削除ここまで) (削除) 37 (削除ここまで) (削除) 36 (削除ここまで) 34 bytes
-1 bytes thanks to Jo King
s='print"s=%r;exec s;"%s+s';exec s
Python 3.8 (pre-release), (削除) 39 (削除ここまで) (削除) 38 (削除ここまで) 36 bytes
exec(s:='print("exec(s:=%r);"%s+s)')
Python 2, (削除) 38 (削除ここまで) 37(削除) 37 (削除ここまで) 36 bytes
-1 bytes thanks to Jo King
s='print"s=%r;exec s"%(s+"#"s+s)';exec#';exec s
Python 3.8 (pre-release), 39(削除) 39 (削除ここまで) 38 bytes
exec(s:='print("exec(s:=%r)"%(s+"#"s+s))'#')
Python 2, (削除) 38 (削除ここまで) 37 bytes
-1 bytes thanks to Jo King
s='print"s=%r;exec s"%(s+"#")';exec s
Python 3.8 (pre-release), 39 bytes
exec(s:='print("exec(s:=%r)"%(s+"#"))')
Python 2, (削除) 38 (削除ここまで) (削除) 37 (削除ここまで) 36 bytes
-1 bytes thanks to Jo King
s='print"s=%r;exec s"%(s+s)#';exec s
Python 3.8 (pre-release), (削除) 39 (削除ここまで) 38 bytes
exec(s:='print("exec(s:=%r)"%(s+s))#')
Python 2, 38(削除) 38 (削除ここまで) 37 bytes
-1 bytes thanks to Jo King
s='print "s=%r;execs='print"s=%r;exec s"%(s+"#")';exec s
Python 3.8 (pre-release), 39 bytes
exec(s:='print("exec(s:=%r)"%(s+"#"))')
Python 2, 38 bytes
s='print "s=%r;exec s"%(s+"#")';exec s
Python 3.8 (pre-release), 39 bytes
exec(s:='print("exec(s:=%r)"%(s+"#"))')
Python 2, (削除) 38 (削除ここまで) 37 bytes
-1 bytes thanks to Jo King
s='print"s=%r;exec s"%(s+"#")';exec s
Python 3.8 (pre-release), 39 bytes
exec(s:='print("exec(s:=%r)"%(s+"#"))')
Loading