Rovereto
Get in
Get around
See
- π Mart (Museo d'Arte Moderna e Contemporanea di Trento e Rovereto), Corso Bettini 43, β +39 0445 230315, toll-free: 800 397760. Tue-Sun: 10am-18pm. Friday 10am-21pm. Monday closed. A fascinating Contemporary and Modern Art Museum designed by Swiss architect Mario Botta, hosting a permanent collection of 15.000 Avant-gardist works of arts, including canvases of Giorgio de Chirico, Carlo CarrΓ and Futurist painter native of Rovereto, Fortunato Depero.
- π Ruina Dantesca. An accumulation of rocks, known for being mentioned in Dante's Inferno, Canto XII. In Longfellow's translation, "Such as that ruin is which in the flank // Smote, on this side of Trent, the Adige, // Either by earthquake or by failing stay, // For from the mountain's top, from which it moved, // Unto the plain the cliff is shattered so, // Some path 'twould give to him who was above."
Do
Buy
Eat
Drink
Sleep
Go next
gollark: Yes, to disguise yourself.
gollark: *#3* was all my work though.
gollark: You can tell, because it has typings and recursion.
gollark: ```pythonfrom typing import List# Sort a list of integersdef entry(data: List[str]): swap = False for i, (one, two) in enumerate(zip(data, data[1:])): if two > one: # Swaps items data[i], data[i + 1] = data[i + 1], data[i] swap = True # Checks if we need to recur if swap: return entry(data) else: return data.reverse() or data```
gollark: It was obviously #2, people!
This article is issued from Wikivoyage. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.