我有一个16 GB的SanDisk巡洋舰刀片磁盘上的钥匙.[ 819.003359] usb 2-5: new high-speed USB device number 5 using ehci-pci[ 819.136249] usb 2-5: New USB device found, idVendor=0781, idProduct=5567
[ 819.136257] usb 2-5:[ 8
代码要求从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(<