Board logo

标题: [问题求助] [已解决]Python不管输入对错都显示未查询到学生资料 [打印本页]

作者: 小渣飞    时间: 2019-11-19 10:18     标题: [已解决]Python不管输入对错都显示未查询到学生资料

请问为什么不管输入对错都显示'未查询到学生资料'
  1. #py3.8
  2. 洪泽飞={'姓名':'洪泽飞','性别':'男','年龄':17,'国籍':'中国','身高':176}
  3. 张雯蔚={'姓名':'张雯蔚','性别':'女','年龄':18,'国籍':'马来西亚','身高':171}
  4. 陈禧={'姓名':'陈禧','性别':'女','年龄':18,'国籍':'中国','身高':172}
  5. def start():
  6.     student=(input('输入档案讯息:'))
  7.     #type(student)
  8.     if student==洪泽飞:
  9.         print(洪泽飞)
  10.     elif student==张雯蔚:
  11.         print(张雯蔚)
  12.     elif student==陈禧:
  13.         print(陈禧)
  14.     else:
  15.         print('未查询到学生资料。')
  16.     print('查询完毕')
复制代码

作者: ivor    时间: 2019-11-19 13:37

引起来“名字”
作者: 小渣飞    时间: 2019-11-19 13:51

回复 2# ivor


    嗯嗯大意了发完贴才发现没加''




欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2