Es curioso que en Norteamérica dicen ver a un animal parecido al que llaman "Big Foot" (Pie Grande), y en Rusia también ven a un simio gigante en Siberia al que llaman "Chuchuna".
miércoles, 7 de septiembre de 2011
El Yeti: ¿Verdad o mentira?
Hay muchas personas que dicen haber visto al Yeti, y hay otras que piensan que solo es una leyenda de los tibetanos. Si tal animal existiera, podría estar emparentado con el orangután o con el gorila, pero estos grandes simios viven en zonas tropicales, donde hay abundantes frutas, y además al Yeti se le ha visto en alta montaña. Hay otros que afirman que es un pariente lejano de los seres humanos. Hay algunos excursionistas, que han recogido pruebas sobre la existencia del Yeti, han hecho fotografías de sus huellas o guardado sus excrementos (¿Para que querrán guardan cosas tan asquerosas?).
Suscribirse a:
Enviar comentarios (Atom)
how how how feliz navidad esto va a por alberto si no sabes como hacer que to ordenador hable introduce en el bloc de notas este codigo
ResponderEliminarStrText=("Hi, my name is Microsoft Sam")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
StrText=("What is your name?")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
name=inputbox("What is your name?")
StrText=("Nice to meet you " &name)
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
StrText=("How are you feeling " &name)
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
feeling=inputbox("How are you feeling " &name)
StrText=("Why are you feeling " &feeling)
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
why=inputbox("Why are you feeling " &feeling)
StrText=("Gotta Go. Bye")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
gracias y adios de Alvaro.K