n=int(input("Enter the number of User:\n"))
for i in range(0,n):
print("Enter the details of User %d"%(i+1))
name=input("Enter the name of the user:\n")
mno=int(input("Enter the mobile number of the user:\n"))
uname=input("Enter the username of the user:\n")
pswd=input("Enter the password of the user:\n")
我在打印此代码时遇到问题 如何打印此代码的输出**