99 Bottles Of Beer
注意⚠️:无单复数b = " bottles of beer on the wall"
for i in range(99):print(f"{99 - i}{b}, {99 - i}{b}.n",f"Take one down and pass it around,
{98 - i}{b}.n" if i != 98 else f"Go to the store and buy some more, 99{b}.")

99 Bottles Of Beer
注意⚠️:无单复数b = " bottles of beer on the wall"
for i in range(99):print(f"{99 - i}{b}, {99 - i}{b}.n",f"Take one down and pass it around,
{98 - i}{b}.n" if i != 98 else f"Go to the store and buy some more, 99{b}.")