_ZN4Leap4BoneaSEOS0_[_ZN4Leap4BoneaSEOS0_]+0x14): undefined reference to `Leap::Interface::operator=(Leap::Interface const&)'
/tmp/cc9HTgYi.o: In function `Leap::ConstListIterator<Leap::HandList, Leap::In function `
我正在尝试创建一个循环,其中用户被给予选择1-8,如果他们没有选择1-8,它将他们循环回到重新输入数字1-8。我正在尝试使用一个带有两个条件的while循环。我遗漏了什么?fm_select = int(input("Enter a number 1-8"))
while fm_select <= 8 and fm_select >= 1: