Posts by Rossi Alex • 43 points
3 posts
-
0
votes3
answers1081
viewsA: error install virtualenv in python
It worked out what Vitor Guimarães answered, only that I had to install by python2.7.18rc1. I think the python3 of my pc ta zuado msm, follows below what I did > wget…
-
1
votes3
answers2431
viewsA: Fizzbuzz test in Javascript
Suggestion would he make with the for: > for (var i = 1; i <= 100; i++) { > if(i % 3 == 0 && i % 5 == 0){ > console.log(" FizzBuzz"); > }else if(i % 5 == 0){ >…
javascriptanswered Rossi Alex 43 -
3
votes3
answers1081
viewsQ: error install virtualenv in python
I can’t create virtualenv, I did a search teaching how to install and when I run the install from it this error here Python version 3.8.3 > root@AlexPc:/# apt install python3-virtualenv Lendo…