Computer Science, asked by jcpamzkie6595, 6 months ago

Int myfuntction (int n)
{
int x =n*2;
int y=(x+1)%3;
return y-x;
}

Answers

Answered by aaravagarwal1999
0

Answer:

your program is wrong

Explanation:

there is nothing called funtction in python.

Similar questions