Quantcast
Viewing latest article 46
Browse Latest Browse All 51

Answer by Ryan M for We are seeking functional feedback for the formatting assistant

Holy hallucinations, Batman:

Image may be NSFW.
Clik here to view.
enter image description here

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.


Viewing latest article 46
Browse Latest Browse All 51

Trending Articles