嘿,夥計們是新來的蟒蛇development..I正在學習蟒蛇在我的方式分配變量與其他變量的python
我剛纔測試了簡單的代碼,其中包括在一個行分配與單兩個變量
這是我的代碼片段:
name = 1
somevariable = "hellow am new to python"
print somevariable[name]
而且我得到了一個輸出「e」。
我不明白這是什麼意思。我只是嘗試了一個隨機的例子,它允許在python中這樣做,或者它是數組。請幫我找到合適的答案。任何幫助,將不勝感激。
編輯
我們能變量信息存儲到其他變量的python
對於如
name = 1
age = 2
string = "yeah am a man"
name[age] = stringname = 1
我QUS是,我們能值1存儲的年齡嗎?..是新蟒蛇..對於壞的問題
你不需要這個分號。 – 2rs2ts