小编Pol*_*heo的帖子

我如何"循环"这个其他声明?

我对Python很陌生,我在创建这个'测验'时遇到了麻烦.

answer_1_choices = {
    'A' : 'A: A list is a datatype that stores a sequence of items with individual indexes that are mutable.',
    'B' : 'B: A list is a datatype that stores a sequence of items with individual indexes that are immutable.',
    'C' : 'C: A list is a datatype that stores a sequence of items assigned to individual keys that are immutable.'
    }
Number_One = '1. What is a list?'

def answer():
    x = input()
    if x …
Run Code Online (Sandbox Code Playgroud)

python python-3.x

0
推荐指数
1
解决办法
125
查看次数

标签 统计

python ×1

python-3.x ×1