首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > “7行的Python实现的俄罗斯方块

“7行的Python实现的俄罗斯方块

  • 资源大小:1.67 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python pygame

资 源 简 介

5 lines, 1.66KB, and Obfuscated as all hell. For anyone not clear on the concept here, this is a line crunch that exploits every method available to put as much code on a single line as possible. This includes semicolon abuse and ternary chaining abuse. One cannot simply put the entire program on a single line as some seem to think you can; you can only chain simple (non-compound) statements using semicolons.
VIP VIP
0.170121s