[ Web Proxy ]
URL:
Viewing: https://mofanpy.com/tutorials/python-basic/basic/variable [Back]  [Original]

variable | Python  variable [ variable]

x AI


variable

: Huanyu Mao : : 2016-01-01

apple=1 apple1 apple='iphone7 plus'

apple=1 # print(apple) """" 1 """" apple='iphone 7 plus' # print(apple) """" iphone 7 plus """"

apple_2016='iphone 7 plus'

apple_2016='iphone 7 plus and new macbook' print(apple_2016) """" iphone 7 plus and new macbook """"

a,b,c=1,2,3

a,b,c=11,12,13 print(a,b,c) """" 11 12 13 """"

:

""

wechat [wechat]
    []

    Python

    :



    Email: mofanpy@hotmail.com

    © 2022 mofanpy.com All Rights Reserved ICP20060366


    Web Proxy Viewer  |  New URL  |  Original Page