2021-06-15 00:49:18 -07:00
|
|
|
---
|
|
|
|
id: 5e7b9f080b6c005b0e76f062
|
2021-07-19 22:22:21 +05:30
|
|
|
title: Leggere i file
|
2021-06-15 00:49:18 -07:00
|
|
|
challengeType: 11
|
|
|
|
videoId: Fo1tW09KIwo
|
|
|
|
dashedName: reading-files
|
|
|
|
---
|
|
|
|
|
|
|
|
# --question--
|
|
|
|
|
|
|
|
## --text--
|
|
|
|
|
2021-07-19 22:22:21 +05:30
|
|
|
Che cosa si usa per indicare una nuova linea in una stringa?
|
2021-06-15 00:49:18 -07:00
|
|
|
|
|
|
|
## --answers--
|
|
|
|
|
|
|
|
\\n
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
{new_line}
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
{n}
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
/n
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
/new
|
|
|
|
|
|
|
|
## --video-solution--
|
|
|
|
|
|
|
|
1
|
|
|
|
|