I'm quite new to programing and after spending 3 hours trying to figure out why this was not working i couldn't.
import wget
print("Serverstall By Logix1") #Prints Info At start
print("Here comes the real code!")
class ServerSelector:
def _init__(self, ServerType, PowerRequired):
self.ServerType = USRchoice1
self.PowerRequired = USRchoice2
USRchoice1 = input("What server type to do want to create?")
USRchoice2 = input("Please choose the amount of ram required?")
def GarrysMod(self):
if USRchoice1 is ("GarrysMod"):
print("Nice! Great Choice!")
It doesn't print Nice Great Choice
after entering GarrysMod
? Anyone know whats wrong?