• msibirov1975's Activity

def greatest_common_divisor(*args: int) -> int: def gcd(a,b): if b == 0:
def reveal_num(line: str) -> int | float | None: result ="" for char in line
def most_efficient_cutting(bom): bom.sort() rem = 6000 for length i
Created a forum post "не работает:(."
from collections.abc import Iterable def frequency_sorting(numbers: list[int])
Already decided :) Of course "".join:)
def checkio(game_result: list[str]) -> str: res_1 = game_result.count('X') res_2 = game_re
convert_date(date: str) -> str: date_parts = date.split("/") new_date = "-".join(reversed(da
def convert_date(date: str) -> str: date = date[::-1] new_date = date.replace(
Created a forum post "doesn't work, why?"
def count_divisible(n: int, k: int) -> int: result = 1 position = 0 w
Created a forum post "doesn't work, weird :(."
def max_digit(value: int) -> int: value = str(value) result =max(map(int.value)) retu
Created a forum post "This is a Strange Task and Code"
This is a Strange Task and Code. : (Probably It Can Be Solved Differently :) string = input()