我已经写了var a,b,c,d;
我需要用python重写它。我不确定,因为我是python的新手,所以如何在没有分配的单行中定义多个变量。
我想到了
> a=None > b=None > c=None > d=None
但应该在一行
python
python ×1