Posts by Eduardo Hayashi Sant' Anna • 51 points
2 posts
-
1
votes2
answers75
viewsQ: Is there an error in these command lines?
I am comparing documents across Bash’s command lines and using a loop command. However, an error occurs with the results: ./anibatch.sh: line 38: ./ANIcalculator: No such file or directory…
-
4
votes1
answer13034
viewsQ: Nameerror: name [name] is not defined
I need to do Python programming to know the CG percentage in a DNA string... maior = 0 dnaMaior = "" while True: dna = input("Digite uma sequencia de DNA: ") if dna == "Z" or dna == "z": break else:…