Find a Prime Number in given list using Python #python #pythonprogramming #primenumber

preview_player
Показать описание
Find a Prime Number in given list using Python #python #pythonprogramming #primenumber
Рекомендации по теме
Комментарии
Автор

A tip from me:
After prime.append(i), do this:
prime_list = list(sorted(set(prime)))
print(prime_list)
So that the list is sorted and there are no duplicates

PlayerMG-fo
Автор

i've been searching this for hours, thank you bro. God bless you

SonGoku-yfcv
Автор

Hey, I realized you can do this with user input, like have the user select a number like 100 and then just use an array and some stuff to do the same thing here but with user input

GrayM
Автор

Bhai c ka logic smjao yr c=0 and c+=1 kyu rkha hai

shivam
visit shbcf.ru