但由于它正在运行,它可能需要2-5分钟才能完成。我试着使用教程中的代码来显示进度,但是它立即跳转到100%,而不是用循环数来跟踪。String Dim Exports As String Dim LRPercetageCompleted As Integer '******** This is my status bar code******************
代码要求从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(<