def test_check_nDigit_Pi(self): """ func that test for digit of pi :rtype: object """ QA('What is the 2ND digit of pi', check_n_pi(2))
def test_check_nDigit_Pi(self): QA('What is the 2ND digit of pi', check_n_pi(2))