-2

enter image description here

I have no idea what the problem is

Gino Mempin
  • 25,369
  • 29
  • 96
  • 135
  • 1
    The error message is telling that this `print` statement should be `indented`. It's very clear. (as well next print statement) – Daniel Hao Jan 16 '21 at 03:47
  • 2
    This question shows no research effort. You should take a look at [How to Ask](https://stackoverflow.com/help/how-to-ask). – Adam Smith Jan 16 '21 at 03:47
  • 1
    (also, and notably, the code you ran isn't the code you're showing) – Adam Smith Jan 16 '21 at 03:47
  • 1
    Welcome to SO! Please take the [tour] and read [ask]. I voted to close your question as a duplicate of a very comprehensive existing question. It should help you understand and fix the problem, though the answer is a bit lengthy. If you still need more specific help, please ask a new question including a [mre] as text, [not a picture](https://meta.stackoverflow.com/q/285551/4518341). – wjandrea Jan 16 '21 at 03:56

1 Answers1

-1

its just an indentation error you just have to use print inside if condition

if (condition):
     print("xyz")