Помогите перевести в питон плизз: Это С++
#include
using namespace std;

int main()
{
int a, b;
cin >> a >> b;
for (int i = a + (a % 2); i <= b; i += 2) {
cout << i << " ";
}
return 0;
}
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.