Python Forum
In Console,Python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: In Console,Python (/thread-41824.html)



In Console,Python - anna17 - Mar-23-2024

Hello.
In Console, Python.
Please check the attached image file.

İmage


import subprocess
import os
import sys

GirlName = "Victoria"
if GirlName != "Emery":
print("Not GrilName")

BoyName = "Benjamin"
if BoyName != "Andrew"
print("Not BoyName")

BabyName = "Oliver"
if BabyName != "Noah"
print("Not BabyName")