-1

でこのC#for ループを実現IronPythonする方法、作る方法が見つからないようi - 10ですIronPython

        int amount = 32;
        int scrolls = 0;
        int mets = 0;
        if (amount >= 10) {
            for (int i = amount; i >= 10; i -= 10) {
                scrolls++;
                if (i - 10 < 10)
                    mets = i - 10;
            }
        }
4

1 に答える 1