Files
freeCodeCamp/curriculum/challenges/chinese/07-scientific-computing-with-python/python-for-everybody/using-web-services.chinese.md
2020-08-16 04:45:18 +05:30

503 B

id, title, challengeType, isHidden, isRequired, videoId
id title challengeType isHidden isRequired videoId
5e7b9f0e0b6c005b0e76f07a Using Web Services 11 false true oNl1OVDPGKE

Description

Tests

question:
  text: |
    What are the two most common ways to send data over the internet?

  answers:
    - |
        JSON and TXT
    - |
        JSON and XML
    - |
        XML and TXT
    - |
        XML and PHP
    - |
        PHP and TXT
  solution: 2