Posts by pedro pimont • 166 points
3 posts
-
1
votes1
answer246
viewsA: CSS Font Awesome does not load
Add the Fontawesome CDN to your header. There website you get the link I used in my Eade. <!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta…
-
0
votes1
answer1174
viewsA: Cartesian plans in Python
I suggest using this library Matplotlib for plotting Python graphics. Documentation Matplotlib If you’re not familiar with English, there are other websites on the Internet that help you with this…
-
1
votes1
answer39
viewsA: Print multiple lists each in a column
a = ["Pedro", "Ricardo", "Renato", "Sonia", "Rosana"] b = ["Analista", "Financeiro", "Controlador", "Produção", "Logística"] c = [4000, 3100, 5000, 1900, 1400] x = 0 for i in a:…
python-3.xanswered pedro pimont 166