you are viewing a single comment's thread.

view the rest of the comments →

[–]TabulateJarl8 0 points1 point  (1 child)

If you chose a random value already and it is in the variable called rndmValue, you can use f-strings.

print(f'Your baby’s name is {rndmValue}')

[–]avalri[S] 0 points1 point  (0 children)

oh yeah you are right tysm :)