[Astronomer's Way] Fix missing whitespace and style

This commit is contained in:
Christopher Goh 2022-07-18 00:21:48 +08:00 committed by GitHub
parent 30077d63c5
commit 8484726595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -637,7 +637,7 @@ def heat_death():
def increase_entropy():
return randbits(64)
while heat_death()==False:
while not heat_death():
increase_entropy();
print('The universe is dead, VIM no longer exists');