0

In PHP I use this for script.php?data=something:

$data = $_GET['data'];
echo $data;

Is there a way to do the same in Python when I start the script? Or how can I manage to start a script multiple times with different values?

Alexander
  • 105,104
  • 32
  • 201
  • 196
cbl
  • 211
  • 1
  • 3
  • 6

0 Answers0