Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

c++ to python

#include



using namespace std;



int main(){



int n;



bool resposta = true;



for(int i=0; i<8; i++){



cin>>n;



if(n >1) resposta = false;



}



if(resposta)



cout<<"S"<< endl;



else



cout<<"F"<



}
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
8+6 =