Medicine, Institute for Stem Cell Research, School of Biological Sciences, University of Edinburgh, SCRMMedicine, Institute for Stem Cell Research, School of Biological Sciences, University of Edinburgh, SCRMMedicine, Institute for Stem Cell Research, School of Biological Sciences,
代码要求从2-5之间的数字输入计数到最多5,但最后一个要求是输出必须是文字数字。num = int(input('Enter a number (2-5): '))while count <= num: printnum = int(input('Enter a number (2-5): ')) count = count + 1Enter a number(<