Python Basics How to Find Any Prime Number | nth Prime Number

preview_player
Показать описание
Learn how to find the nth prime number using a while loop and a previous function.

twitter: @python_basics

#pythonprogramming #pythonbasics #pythonforever
Рекомендации по теме
Комментарии
Автор

thank you i was a little confused about that prime variable initiated with 2 and incremented by 1.

eToLiveIsToDie
Автор

thanks buddy, helped with my assignment. now i need to write a function to find the sum of the logs of n primes

ivarbaratheon
Автор

good video, i was struggling to understand, nice breaks

morgansippel
Автор

I have exactly what you have, but I just get "5" as the output.

japankurisu