Skip to content
TrackPodcasts
scienceJul 13, 20241:14:43pending

8549 消尸

思考盒子

About this episode

def is_prime(n): if n <= 1: return False if n <= 3: return True if n % 2 == 0 or n % 3 == 0: return False i = 5 while i * i <= n: if n % i == 0 or n % (i + 2) == 0: return False i += 6 return True

Get every episode summarized

Each time 思考盒子 publishes, we email you a written briefing from the transcript — the topics, who appeared, and any specific claims, with the ad reads skipped.

Email me new episodes

Free for 3 shows. No card needed.

Hosts & guests

No transcript yet

This episode has not been transcribed. Request it and it moves to the front of the queue.

8549 消尸

思考盒子

0:00
1:14:43

More episodes

More from 思考盒子

View all episodes →