Do I need to import something? I have tried using "raw_input" then in brackets the question the user will answer, however when I run my program, vscode says that raw_input is not defined. raw_input is not a variable though. For context, I am programming a mini project where you can play Blackjack (the card game)
↧