t519.trans 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. Module(body=[Assign(targets=[Name(id='l',
  2. ctx=Store())],
  3. value=List(elts=[Str(s='h'),
  4. Str(s='e'),
  5. Str(s='l'),
  6. Str(s='l'),
  7. Str(s='o')],
  8. ctx=Load())),
  9. Print(dest=None,
  10. values=[Call(func=Attribute(value=Name(id='l',
  11. ctx=Load()),
  12. attr='index',
  13. ctx=Load()),
  14. args=[Str(s='l')],
  15. keywords=[],
  16. starargs=None,
  17. kwargs=None)],
  18. nl=True),
  19. Print(dest=None,
  20. values=[Call(func=Attribute(value=Name(id='l',
  21. ctx=Load()),
  22. attr='index',
  23. ctx=Load()),
  24. args=[Str(s='l'),
  25. Num(n=2)],
  26. keywords=[],
  27. starargs=None,
  28. kwargs=None)],
  29. nl=True),
  30. Print(dest=None,
  31. values=[Call(func=Attribute(value=Name(id='l',
  32. ctx=Load()),
  33. attr='index',
  34. ctx=Load()),
  35. args=[Str(s='l'),
  36. Num(n=3)],
  37. keywords=[],
  38. starargs=None,
  39. kwargs=None)],
  40. nl=True),
  41. Print(dest=None,
  42. values=[Call(func=Attribute(value=Name(id='l',
  43. ctx=Load()),
  44. attr='index',
  45. ctx=Load()),
  46. args=[Str(s='l'),
  47. Num(n=2),
  48. Num(n=3)],
  49. keywords=[],
  50. starargs=None,
  51. kwargs=None)],
  52. nl=True),
  53. Print(dest=None,
  54. values=[Call(func=Attribute(value=Name(id='l',
  55. ctx=Load()),
  56. attr='index',
  57. ctx=Load()),
  58. args=[Str(s='l'),
  59. Num(n=3),
  60. Num(n=4)],
  61. keywords=[],
  62. starargs=None,
  63. kwargs=None)],
  64. nl=True),
  65. Print(dest=None,
  66. values=[Call(func=Attribute(value=Name(id='l',
  67. ctx=Load()),
  68. attr='index',
  69. ctx=Load()),
  70. args=[Str(s='l'),
  71. Num(n=2),
  72. Num(n=-1)],
  73. keywords=[],
  74. starargs=None,
  75. kwargs=None)],
  76. nl=True),
  77. Print(dest=None,
  78. values=[Call(func=Attribute(value=Name(id='l',
  79. ctx=Load()),
  80. attr='index',
  81. ctx=Load()),
  82. args=[Str(s='l'),
  83. Num(n=2),
  84. Num(n=-2)],
  85. keywords=[],
  86. starargs=None,
  87. kwargs=None)],
  88. nl=True),
  89. Print(dest=None,
  90. values=[Call(func=Attribute(value=Name(id='l',
  91. ctx=Load()),
  92. attr='index',
  93. ctx=Load()),
  94. args=[Str(s='l'),
  95. Num(n=3),
  96. Num(n=-1)],
  97. keywords=[],
  98. starargs=None,
  99. kwargs=None)],
  100. nl=True),
  101. TryExcept(body=[Print(dest=None,
  102. values=[Call(func=Attribute(value=Name(id='l',
  103. ctx=Load()),
  104. attr='index',
  105. ctx=Load()),
  106. args=[Str(s='l'),
  107. Num(n=4)],
  108. keywords=[],
  109. starargs=None,
  110. kwargs=None)],
  111. nl=True)],
  112. handlers=[ExceptHandler(type=Name(id='ValueError',
  113. ctx=Load()),
  114. name=Name(id='e',
  115. ctx=Store()),
  116. body=[Print(dest=None,
  117. values=[Name(id='e',
  118. ctx=Load())],
  119. nl=True)])],
  120. orelse=[]),
  121. TryExcept(body=[Print(dest=None,
  122. values=[Call(func=Attribute(value=Name(id='l',
  123. ctx=Load()),
  124. attr='index',
  125. ctx=Load()),
  126. args=[Str(s='l'),
  127. Num(n=-1)],
  128. keywords=[],
  129. starargs=None,
  130. kwargs=None)],
  131. nl=True)],
  132. handlers=[ExceptHandler(type=Name(id='ValueError',
  133. ctx=Load()),
  134. name=Name(id='e',
  135. ctx=Store()),
  136. body=[Print(dest=None,
  137. values=[Name(id='e',
  138. ctx=Load())],
  139. nl=True)])],
  140. orelse=[]),
  141. TryExcept(body=[Print(dest=None,
  142. values=[Call(func=Attribute(value=Name(id='l',
  143. ctx=Load()),
  144. attr='index',
  145. ctx=Load()),
  146. args=[Str(s='l'),
  147. Num(n=2),
  148. Num(n=2)],
  149. keywords=[],
  150. starargs=None,
  151. kwargs=None)],
  152. nl=True)],
  153. handlers=[ExceptHandler(type=Name(id='ValueError',
  154. ctx=Load()),
  155. name=Name(id='e',
  156. ctx=Store()),
  157. body=[Print(dest=None,
  158. values=[Name(id='e',
  159. ctx=Load())],
  160. nl=True)])],
  161. orelse=[]),
  162. TryExcept(body=[Print(dest=None,
  163. values=[Call(func=Attribute(value=Name(id='l',
  164. ctx=Load()),
  165. attr='index',
  166. ctx=Load()),
  167. args=[Str(s='l'),
  168. Num(n=3),
  169. Num(n=2)],
  170. keywords=[],
  171. starargs=None,
  172. kwargs=None)],
  173. nl=True)],
  174. handlers=[ExceptHandler(type=Name(id='ValueError',
  175. ctx=Load()),
  176. name=Name(id='e',
  177. ctx=Store()),
  178. body=[Print(dest=None,
  179. values=[Name(id='e',
  180. ctx=Load())],
  181. nl=True)])],
  182. orelse=[]),
  183. TryExcept(body=[Print(dest=None,
  184. values=[Call(func=Attribute(value=Name(id='l',
  185. ctx=Load()),
  186. attr='index',
  187. ctx=Load()),
  188. args=[Str(s='l'),
  189. Num(n=3),
  190. Num(n=-2)],
  191. keywords=[],
  192. starargs=None,
  193. kwargs=None)],
  194. nl=True)],
  195. handlers=[ExceptHandler(type=Name(id='ValueError',
  196. ctx=Load()),
  197. name=Name(id='e',
  198. ctx=Store()),
  199. body=[Print(dest=None,
  200. values=[Name(id='e',
  201. ctx=Load())],
  202. nl=True)])],
  203. orelse=[]),
  204. TryExcept(body=[Print(dest=None,
  205. values=[Call(func=Attribute(value=Name(id='l',
  206. ctx=Load()),
  207. attr='index',
  208. ctx=Load()),
  209. args=[Str(s='l'),
  210. Num(n=3),
  211. Num(n=0)],
  212. keywords=[],
  213. starargs=None,
  214. kwargs=None)],
  215. nl=True)],
  216. handlers=[ExceptHandler(type=Name(id='ValueError',
  217. ctx=Load()),
  218. name=Name(id='e',
  219. ctx=Store()),
  220. body=[Print(dest=None,
  221. values=[Name(id='e',
  222. ctx=Load())],
  223. nl=True)])],
  224. orelse=[]),
  225. TryExcept(body=[Print(dest=None,
  226. values=[Call(func=Attribute(value=Name(id='l',
  227. ctx=Load()),
  228. attr='index',
  229. ctx=Load()),
  230. args=[Str(s='l'),
  231. Num(n=4.3)],
  232. keywords=[],
  233. starargs=None,
  234. kwargs=None)],
  235. nl=True)],
  236. handlers=[ExceptHandler(type=Name(id='TypeError',
  237. ctx=Load()),
  238. name=Name(id='e',
  239. ctx=Store()),
  240. body=[Print(dest=None,
  241. values=[Name(id='e',
  242. ctx=Load())],
  243. nl=True)])],
  244. orelse=[]),
  245. TryExcept(body=[Print(dest=None,
  246. values=[Call(func=Attribute(value=Name(id='l',
  247. ctx=Load()),
  248. attr='index',
  249. ctx=Load()),
  250. args=[Str(s='l'),
  251. Num(n=3),
  252. Num(n=0.6)],
  253. keywords=[],
  254. starargs=None,
  255. kwargs=None)],
  256. nl=True)],
  257. handlers=[ExceptHandler(type=Name(id='TypeError',
  258. ctx=Load()),
  259. name=Name(id='e',
  260. ctx=Store()),
  261. body=[Print(dest=None,
  262. values=[Name(id='e',
  263. ctx=Load())],
  264. nl=True)])],
  265. orelse=[])])