Найти - Пользователи
Полная версия: Как из класса (class) вызвать другой класс
Начало » Python для новичков » Как из класса (class) вызвать другой класс
1
farex
Собственно сабж.
Вот к примеру:
#!/usr/bin/env python
#-*- coding: utf-8 -*-

import subprocess

class InPut:
a = input("Введите число")
if a == 1:
who()
class who:
subprocess.call(["who"])
Как из класса InPut вызвать класс who ?
o7412369815963
сделай в классе функции
farex
Спасибо…
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB