It can be expressions like this. Probably other ways to do it. Just need to use different quotes in the {} to those around the whole string.
for n in range(20,0,-1):
print(f'{"*"*n:20} bottles of beer')
It can be expressions like this. Probably other ways to do it. Just need to use different quotes in the {} to those around the whole string.
for n in range(20,0,-1):
print(f'{"*"*n:20} bottles of beer')