Il mio sbaglio più grande

"Il mio sbaglio più grande" (English: My biggest mistake) is the second single of Italian singer Laura Pausini's Tra te e il mare. The song is translated into Spanish under the title "Un error de los grandes". On her English-language album From the Inside, the song has an English version (which originated both the Italian and the Spanish versions) named "Every Day Is a Monday", which is also included on her greatest hits album 20 - The Greatest Hits.

"Il mio sbaglio più grande"
Single by Laura Pausini
from the album Tra te e il mare
B-side"Un error de los grandes" (Spanish version)
Released7 January 2001
GenrePop
Length3:06
LabelFri Records
Songwriter(s)Andreas Carlsson and Michael Thompson
Laura Pausini singles chronology
"Tra te e il mare"
(2000)
"Il mio sbaglio più grande"
(2001)
"Fidati di me"
(2001)

Video

The music video of "Il mio sbaglio più grande" was shot in Milan and was directed by Marco Salom. The sister of Laura Pausini, Silvia Pausini makes a brief appearance in the video. The video shows Laura Pausini with her band on a stage in front of a live audience.

Track listing

Italian - Single
  1. "Il mio sbaglio più grande"
  2. "Il mio sbaglio più grande" (Instrumental Version)
  3. "Un error de los grandes"
Spanish - Single
  1. "Un error de los grandes"

Charts

Chart (2001) Peak
position
Italy (FIMI)[1] 20
Netherlands (Single Top 100)[2] 93
Switzerland (Schweizer Hitparade)[3] 86
gollark: My code is `O(lots)`.
gollark: Even gets around the evil Global Interpreter Lock for maximum performance.
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```
gollark: Which do you think is slower: the execution or generation of strings?

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.