91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Python基礎 input()的使用

發布時間:2020-07-05 22:30:38 來源:網絡 閱讀:359 作者:圣嬰大王 欄目:編程語言

input()函數用于讀取標準輸入
注意:input函數的返回值類型為字符串

        >>> num=input("Please input a number:")
        Please input a number:32
        >>> type(num)
        <class 'str'>

        >>> num1=input("Please input the number1:")
        Please input the number1:5
        >>> num2=input("Please input the number2:")
        >>> print("number1 + number2 =",(num1+num2))
        number1 + number2 = 53
        >>> print("number1 + number2 =",(int(num1)+int(num2)))
        number1 + number2 = 8
        >>> cus=input("Please input the custom name:")
        Please input the custom name:Tom
        >>> cid=input("Please input the custom ID:")
        Please input the custom ID:001
        >>> cus_info='''
                        custom_name:{0}
                        custom_id:{1}
                        '''.format(cus,cid)
        >>> print(cus_info)
        custom_name:Tom
        custom_id:001
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

长顺县| 永修县| 桦南县| 寻乌县| 三河市| 萨嘎县| 德江县| 团风县| 蒲江县| 社旗县| 横山县| 东海县| 卓尼县| 康平县| 大姚县| 泰兴市| 犍为县| 江山市| 舞钢市| 衡山县| 顺昌县| 原阳县| 胶州市| 秭归县| 章丘市| 临泉县| 依安县| 乌兰浩特市| 繁昌县| 柳林县| 武功县| 广水市| 涡阳县| 荃湾区| 临桂县| 巴彦县| 上林县| 客服| 三门峡市| 阿拉善右旗| 陆良县|