<sectionid="instructions">通过连接这两个字符串来构建<code>myStr</code>几行: <code>"This is the first sentence. "</code>和<code>"This is the second sentence."</code>使用<code>+=</code>运算符。使用<code>+=</code>运算符,类似于它在编辑器中的显示方式。首先将第一个字符串分配给<code>myStr</code> ,然后添加第二个字符串。 </section>
## Tests
<sectionid='tests'>
```yml
tests:
- text: <code>myStr</code>应该有一个值<code>This is the first sentence. This is the second sentence.</code>