py icon indicating copy to clipboard operation
py copied to clipboard

Repository to store sample python programs for python learning

Results 232 py issues
Sort by recently updated
recently updated
newest added

Create a Minecraft-style game using the Ursina engine. The core feature is generating terrain with Perlin noise, but without relying on external libraries for noise generation. The project should include:...

This pull request fixes a typo in the decorators exercise. The factorial value was incorrectly listed as 60; it has been corrected to 120.

git init git add . git commit -m "Streamlit araba fiyat tahmin app" git branch -M main git remote add origin https://github.com/kullaniciadi/projeadi.git git push -u origin main