0
点赞
收藏
分享

微信扫一扫

pat L1-012算指数(python3)

东林梁 2022-01-15 阅读 40

直接输入并设置好输出

n = int(input())
print(f'2^{n} = {2**n}')
举报

相关推荐

0 条评论