LevaData Interview Question

write a python code to print prime numbers in pairs

Interview Answer

Anonymous

Aug 28, 2020

created two python functions get_prime: which will give prime numbers in given range main function print_primes_paired: using get_prime we can get primes in pairs from return