About 36,100 results
Open links in new tab
  1. Making a greeting program in python - Stack Overflow

    For python 2, use raw_input to get input. For python 3, use input to get input. name = raw_input("Hi, whats your name?") #python 2. return greeting + name. # Python program that …

  2. Python Code Runner - Online & Free

    Cliprun is a free Python script runner that lets you execute Python code instantly in your browser. Write code in a modern editor, import popular libraries like pandas and NumPy without setup, …

  3. Documentation - CodeRunner

    Input = "testfiles/input/" + "input.txt" API_KEY = os.environ["API_KEY"] r = coderunner.code(source_code, language, output, Input) # Necessary step to initialize API keys …

  4. Running Python Scripts with Code Runner - Read the Docs

    Click the extension icon on the left most stripe and type code runner in the search bar. You should see the extension popping up in the first row. Click and install. By default, code runner uses its …

  5. Usage - CodeRunner

    Methods available in class code(). Since v1.0, you need to provide a API Key & URL for using Judge0 through coderunner. Here is an example on how to do this. import os. from dotenv …

  6. How to Use Code Runner in Python Virtual Environments

    Dec 1, 2022 · If you’re using VS Code (Visual Studio Code), then you can run a Python code file by performing the following command in your terminal window: python3 my_file.py However, it …

  7. CodeRunner: Main Demo Page (Python3)

    This page is a tutorial introduction to CodeRunner questions from simple write-a-function or write-a-program questions through assignment level questions into advanced customised questions …

  8. GitHub - codeclassroom/CodeRunner: A judge ‍⚖️ for your …

    Install using pip from PyPI. or directly from GitHub if you cannot wait to test new features. source_code = "testfiles/" + "test_python_input.py" language = "Python3" output = …

  9. Mastering Python: Create a Dynamic Greeting Program Using …

    This blog post guides you through creating a Python program that greets users based on the time of day using if/else statements and the time module. It includes step-by-step instructions, …

  10. CodeRunner question type - MoodleDocs

    Jun 1, 2023 · CodeRunner is a free open-source question-type plug-in for Moodle that can run program code submitted by students in answer to a wide range of programming questions in …

Refresh