You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-02 22:36:54 +02:00
10 lines
177 B
Python
10 lines
177 B
Python
# File for test modules
|
|
# Program work only here
|
|
# :)
|
|
from Command import Command
|
|
import SmallTalk
|
|
|
|
string = 'Который час?'
|
|
|
|
print(Command.find(string).start())
|