精选055 作者:迷途小书童的Note 发布:2023-11-26 19:28:41 查看完整教程 题目: a, b = 2, 3 print(a**b**a) A: 512 B: 6561 C:......