Holy hallucinations, Batman:
Image may be NSFW.
Clik here to view.
Original:
[![enter image description here][1]][1] [1]: https://i.stack.imgur.com/uulDc.png
Suggestion:
Question:The image above represents the output that I'm trying to achieve with my piece of code. How can I modify the following code to get it?```pythongreeting = 'Hello'name = 'World'result = '{}, {}!'.format(greeting, name)print(result)```### Additional InformationI'm a beginner in python and I'm trying to learn how to format strings.This code prints 'Hello, World!' but I want it to print 'HELLO, WORLD!'.
Note: the image linked in the sample input is just a random image I uploaded in order to get a link to paste into a chatroom. The edits suggested by the AI are unrelated to its content.
It, uh, probably shouldn't do that.