samedi 30 janvier 2021

Control flow syntax

if(result[3]<=0.05){
    print("result of t-test is significant")
    print("Noble price on it's way!")
}else{
    print("result of t-test is NOT significant")
    print("back to the Lab")
}

Please is this code correct? I receive error message each time I run it.

Aucun commentaire:

Enregistrer un commentaire