Thursday, June 26, 2025
30.5 C
Singapore

Trump has ‘never’ taken presidency seriously: Obama

Donald Trump has “never” taken the US presidency seriously  and lacks the skills to grow into the job, his predecessor Barack Obama will say Wednesday at the Democratic convention.

“I did hope, for the sake of our country, that Donald Trump might show some interest in taking the job seriously…. But he never did,” the 44th president will say, according to excerpts of his speech released by convention organizers.

“He’s shown no interest in putting in the work, no interest in finding common ground,” Obama said in a series of deeply critical comments about the sitting president.

“Donald Trump hasn’t grown into the job because he can’t.”

mlm/ft

© Agence France-Presse

/AFP

See also  Boris Johnson says 'no question' medics saved his life

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });