1 Star 0 Fork 0

fanyangchu/PythonCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.py 374 Bytes
一键复制 编辑 原始数据 按行查看 历史
ankitkumar5358 提交于 2020-10-30 02:00 . New main python file is added
""" patient_name = "john smith"
age = 20
is_patient_name = True
print(patient_name) """
""" word = input("Why are you unemployed")
print("Due to lack of " +word) """
"""a = input("Enter 1st Number:")
b = input("Enter 2nd Number:")
sum = float (a) + int (b)
print(sum)
"""
student = 'ANKITASDFAHBVGASDNDSDNBFCZCXCNIGL'
print(student.lower())
print(student.find('ASDF'))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fanych/pythoncode.git
git@gitee.com:fanych/pythoncode.git
fanych
pythoncode
PythonCode
master

搜索帮助