Umelá inteligencia Google dokáže úspešne súťažiť s ľuďmi v programovaní
Diskusia k článku: Umelá inteligencia Google dokáže úspešne súťažiť s ľuďmi v programovaní
Prispievajte do diskusií ako
prihlásený užívateľ.
Komentár, na ktorý odpovedáte:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Tento
Od: jebe jebe jebe:
|
Pridané:
2022-02-04 15:09:23
EXAMPLE
Feature: Guess the word
# The first example has two steps
Scenario: Maker starts a game
When the Maker starts a game
Then the Maker waits for a Breaker to join
# The second example has three steps
Scenario: Breaker joins a game
Given the Maker has started a game with the word "silky"
When the Breaker joins the Maker's game
Then the Breaker must guess a word with 5 characters
|