div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

2 ਖਿਡਾਰੀਆਂ ਲਈ ਬੰਗਲਾਦੇਸ਼ ਸੀਰੀਜ਼ ਅਹਿਮ, ਖੁੰਝ ਗਏ ਤਾਂ ਕੱਟਿਆ ਜਾ ਸਕਦਾ ਹੈ ਟੀਮ ਇੰਡੀਆ ਤੋਂ ਪੱਤਾ

ਨਵੀਂ ਦਿੱਲੀ: ਨਿਊਜ਼ੀਲੈਂਡ ‘ਚ ਵਨਡੇ ਸੀਰੀਜ਼ ਹਾਰਨ ਤੋਂ ਬਾਅਦ ਟੀਮ ਇੰਡੀਆ ਹੁਣ ਬੰਗਲਾਦੇਸ਼ ਪਹੁੰਚ ਗਈ ਹੈ। ਇੱਥੇ ਦੋਵਾਂ ਦੇਸ਼ਾਂ ਵਿਚਾਲੇ 3 ਵਨਡੇ ਸੀਰੀਜ਼ ਖੇਡੀ ਜਾਣੀ ਹੈ। ਇਸ ਦਾ ਪਹਿਲਾ ਮੈਚ 4 ਦਸੰਬਰ ਨੂੰ ਹੋਵੇਗਾ। ਇਸ ਸੀਰੀਜ਼ ਦੇ ਜ਼ਰੀਏ ਟੀਮ ਇੰਡੀਆ ਅਗਲੇ ਸਾਲ ਭਾਰਤ ‘ਚ ਹੋਣ ਵਾਲੇ ਵਨਡੇ ਵਿਸ਼ਵ ਕੱਪ ਦੀਆਂ ਤਿਆਰੀਆਂ ਸ਼ੁਰੂ ਕਰ ਦੇਵੇਗੀ। ਕਪਤਾਨ ਵਜੋਂ ਰੋਹਿਤ ਸ਼ਰਮਾ ਦੀ ਵਾਪਸੀ ਹੋਈ ਹੈ। ਇਸ ਦੇ ਨਾਲ ਹੀ ਦੂਜੇ ਦੋ ਸੀਨੀਅਰ ਖਿਡਾਰੀ ਵਿਰਾਟ ਕੋਹਲੀ, ਕੇਐਲ ਰਾਹੁਲ ਦੀ ਵੀ ਟੀਮ ਵਿੱਚ ਵਾਪਸੀ ਹੋਈ ਹੈ। ਹਾਲਾਂਕਿ ਟੀਮ ਦੀ ਚੋਣ ਅਜੇ ਸਵਾਲਾਂ ਦੇ ਘੇਰੇ ‘ਚ ਹੈ। ਕਿਉਂਕਿ ਨਿਊਜ਼ੀਲੈਂਡ ਲਈ ਚੁਣੇ ਗਏ 14 ਖਿਡਾਰੀਆਂ ‘ਚੋਂ 8 ਬੰਗਲਾਦੇਸ਼ ਖਿਲਾਫ ਵਨਡੇ ਸੀਰੀਜ਼ ਲਈ ਟੀਮ ‘ਚ ਨਹੀਂ ਹਨ।

ਇਸ ਵਿੱਚ ਸ਼ੁਭਮਨ ਗਿੱਲ, ਸੂਰਿਆਕੁਮਾਰ ਯਾਦਵ ਅਤੇ ਸੰਜੂ ਸੈਮਸਨ, ਯੁਜਵੇਂਦਰ ਚਾਹਲ, ਕੁਲਦੀਪ ਯਾਦਵ ਵਰਗੇ ਖਿਡਾਰੀ ਸ਼ਾਮਲ ਹਨ। ਹੁਣ ਇਨ੍ਹਾਂ 8 ਖਿਡਾਰੀਆਂ ਨੂੰ ਬਾਹਰ ਕਰਨ ਦਾ ਕੀ ਆਧਾਰ ਹੈ? ਇਸ ਸਵਾਲ ਦਾ ਜਵਾਬ ਬੀਸੀਸੀਆਈ ਜਾਂ ਟੀਮ ਪ੍ਰਬੰਧਨ ਕੋਲ ਹੀ ਹੋ ਸਕਦਾ ਹੈ।

ਖੈਰ, ਇਸ ਬਾਰੇ ਕਿਸੇ ਹੋਰ ਸਮੇਂ ਗੱਲ ਕਰੋ. ਅੱਜ ਅਸੀਂ ਉਨ੍ਹਾਂ ਦੋ ਖਿਡਾਰੀਆਂ ਬਾਰੇ ਗੱਲ ਕਰਦੇ ਹਾਂ ਜਿਨ੍ਹਾਂ ਲਈ ਬੰਗਲਾਦੇਸ਼ ਦੌਰਾ ਮਹੱਤਵਪੂਰਨ ਹੈ। ਹੁਣ ਸਮਾਂ ਆ ਗਿਆ ਹੈ ਕਿ ਟੀਮ ਉਸ ਨੂੰ ਉਸ ਦੇ ਕੱਦ ਜਾਂ ਪਿਛਲੇ ਪ੍ਰਦਰਸ਼ਨ ਦੇ ਹਿਸਾਬ ਨਾਲ ਨਹੀਂ, ਸਗੋਂ ਹਾਲ ਦੀ ਖੇਡ ਅਤੇ ਟੀਮ ਦੀ ਜ਼ਰੂਰਤ ਦੇ ਹਿਸਾਬ ਨਾਲ ਪਰਖਣ। ਇਨ੍ਹਾਂ ਦੋ ਖਿਡਾਰੀਆਂ ਦੇ ਨਾਂ ਸ਼ਿਖਰ ਧਵਨ ਅਤੇ ਰਿਸ਼ਭ ਪੰਤ ਹਨ। ਇਨ੍ਹਾਂ ਦੋਵਾਂ ਖਿਡਾਰੀਆਂ ਲਈ ਬੰਗਲਾਦੇਸ਼ ਖ਼ਿਲਾਫ਼ ਵਨਡੇ ਸੀਰੀਜ਼ ਅਹਿਮ ਹੋਵੇਗੀ। ਜੇਕਰ ਉਹ ਇਸ ਸੀਰੀਜ਼ ‘ਚ ਆਪਣੇ ਕੱਦ ਦੇ ਮੁਤਾਬਕ ਪ੍ਰਦਰਸ਼ਨ ਕਰਨ ‘ਚ ਅਸਫਲ ਰਹਿੰਦਾ ਹੈ ਤਾਂ ਭਾਰਤੀ ਟੀਮ ਪ੍ਰਬੰਧਨ ਲਈ ਉਸ ਤੋਂ ਅੱਗੇ ਦੇਖਣ ਦਾ ਸਮਾਂ ਆ ਗਿਆ ਹੈ। ਕਿਉਂਕਿ ਖਿਡਾਰੀ ਧਵਨ ਅਤੇ ਪੰਤ ਦੀ ਥਾਂ ਲੈਣ ਲਈ ਤਿਆਰ ਹਨ।

ਅਜਿਹੇ ‘ਚ ਪਿਛਲੇ ਪ੍ਰਦਰਸ਼ਨ ਅਤੇ ਸੀਨੀਅਰ ਹੋਣ ਦੇ ਆਧਾਰ ‘ਤੇ ਹੀ ਉਨ੍ਹਾਂ ਨੂੰ ਵਾਰ-ਵਾਰ ਮੌਕਾ ਦੇਣ ਦਾ ਫੈਸਲਾ ਉਨ੍ਹਾਂ ਖਿਡਾਰੀਆਂ ਲਈ ਨਿਰਾਸ਼ਾਜਨਕ ਹੋਵੇਗਾ, ਜੋ ਲਗਾਤਾਰ ਪ੍ਰਦਰਸ਼ਨ ਕਰ ਰਹੇ ਹਨ। ਫਿਰ ਵੀ, ਟੀਮ ਵਿੱਚ ਉਸਦੀ ਜਗ੍ਹਾ ਇੱਕ ਬੈਕਅੱਪ ਖਿਡਾਰੀ ਦੇ ਰੂਪ ਵਿੱਚ ਹੀ ਹੈ।
ਪੰਤ ਵਿੱਚ ਐਕਸ ਫੈਕਟਰ ਦਿਖਾਈ ਨਹੀਂ ਦਿੰਦਾ

ਰਿਸ਼ਭ ਪੰਤ ਪਿਛਲੇ 1 ਸਾਲ ਤੋਂ ਸੀਮਤ ਓਵਰਾਂ ਦੇ ਫਾਰਮੈਟ ‘ਚ ਕੁਝ ਖਾਸ ਪ੍ਰਦਰਸ਼ਨ ਨਹੀਂ ਕਰ ਸਕੇ ਹਨ। ਭਾਵੇਂ ਉਸ ਨੂੰ ਐਕਸ ਫੈਕਟਰ ਖਿਡਾਰੀ ਮੰਨਿਆ ਜਾਂਦਾ ਹੈ। ਪਰ, ਪਿਛਲੇ 12 ਮਹੀਨਿਆਂ ਵਿੱਚ, ਸ਼ਾਇਦ ਹੀ ਕਿਸੇ ਨੇ ਟੀ-20 ਅਤੇ ਵਨਡੇ ਵਿੱਚ ਇਸ ਦਰਜੇ ਦੀ ਉਸ ਦੀ ਪਾਰੀ ਦੇਖੀ ਹੋਵੇ। ਇਸ ਵਿਚ ਕੋਈ ਸ਼ੱਕ ਨਹੀਂ ਹੈ ਕਿ ਪੰਤ ਇਕ ਪ੍ਰਤਿਭਾਸ਼ਾਲੀ ਖਿਡਾਰੀ ਹੈ ਅਤੇ ਉਸ ਦੀ ਨਿਡਰ ਬੱਲੇਬਾਜ਼ੀ ਅੱਜ ਜਿਸ ਤਰ੍ਹਾਂ ਕ੍ਰਿਕਟ ਖੇਡੀ ਜਾ ਰਹੀ ਹੈ, ਉਸ ਨਾਲ ਪੂਰੀ ਤਰ੍ਹਾਂ ਮੇਲ ਖਾਂਦੀ ਹੈ। ਪਰ, ਉਹ ਹੁਣ ਤੱਕ ਵਨਡੇ, ਟੀ-20 ਵਿੱਚ ਟੈਸਟ ਪ੍ਰਦਰਸ਼ਨ ਨੂੰ ਦੁਹਰਾਉਣ ਵਿੱਚ ਅਸਫਲ ਰਿਹਾ ਹੈ।

ਸੈਮਸਨ ਅਤੇ ਈਸ਼ਾਨ ਨੂੰ ਬਦਲ ਵਜੋਂ ਤਿਆਰ ਕੀਤਾ ਗਿਆ ਹੈ

ਪੰਤ ਨੇ 2022 ਵਿੱਚ ਇੱਕ ਰੋਜ਼ਾ ਮੈਚਾਂ ਦੀਆਂ 10 ਪਾਰੀਆਂ ਵਿੱਚ 37.33 ਦੀ ਔਸਤ ਨਾਲ 336 ਦੌੜਾਂ ਬਣਾਈਆਂ ਹਨ। ਉਨ੍ਹਾਂ ਨੇ 1 ਸੈਂਕੜਾ ਅਤੇ ਦੋ ਅਰਧ ਸੈਂਕੜੇ ਵੀ ਲਗਾਏ ਹਨ। ਇਸੇ ਦੌਰ ‘ਚ ਸੰਜੂ ਸੈਮਸਨ ਅਤੇ ਈਸ਼ਾਨ ਕਿਸ਼ਨ, ਜੋ ਉਸ ਦੀ ਜਗ੍ਹਾ ਲੈਣ ਦੇ ਸਭ ਤੋਂ ਵੱਡੇ ਦਾਅਵੇਦਾਰ ਹਨ, ਪੰਤ ਤੋਂ ਵੀ ਪਿੱਛੇ ਨਹੀਂ ਹਨ। ਸੰਜੂ ਨੇ 2022 ਵਿੱਚ 9 ਵਨਡੇ ਮੈਚਾਂ ਵਿੱਚ 71 ਦੀ ਔਸਤ ਨਾਲ 284 ਦੌੜਾਂ ਬਣਾਈਆਂ ਹਨ। ਇਸ ਦੇ ਨਾਲ ਹੀ ਈਸ਼ਾਨ ਨੇ 6 ਪਾਰੀਆਂ ‘ਚ 207 ਦੌੜਾਂ ਬਣਾਈਆਂ ਹਨ। ਦੋਵਾਂ ਨੇ ਪੰਤ ਦੇ ਬਰਾਬਰ ਦੋ ਅਰਧ ਸੈਂਕੜੇ ਲਗਾਏ ਹਨ। ਦੂਜੇ ਪਾਸੇ ਜੇਕਰ ਟੀ-20 ‘ਤੇ ਨਜ਼ਰ ਮਾਰੀਏ ਤਾਂ 2022 ‘ਚ ਹੁਣ ਤੱਕ ਪੰਤ ਨੇ 21 ਪਾਰੀਆਂ ‘ਚ 132.8 ਦੀ ਸਟ੍ਰਾਈਕ ਰੇਟ ਨਾਲ 364 ਦੌੜਾਂ ਬਣਾਈਆਂ ਹਨ। ਉਸ ਦੇ ਬੱਲੇ ਤੋਂ ਅਰਧ ਸੈਂਕੜਾ ਨਿਕਲਿਆ।

ਇਸ ਦੌਰਾਨ ਈਸ਼ਾਨ ਕਿਸ਼ਨ ਨੇ 16 ਪਾਰੀਆਂ ਵਿੱਚ 127 ਦੇ ਸਟ੍ਰਾਈਕ ਰੇਟ ਨਾਲ 476 ਦੌੜਾਂ ਬਣਾਈਆਂ ਹਨ। ਕਿਸ਼ਨ ਨੇ 3 ਅਰਧ ਸੈਂਕੜੇ ਲਗਾਏ ਹਨ। ਸੈਮਸਨ ਨੂੰ ਇਸ ਸਾਲ ਸਿਰਫ 6 ਟੀ-20 ਖੇਡਣ ਦਾ ਮੌਕਾ ਮਿਲਿਆ ਹੈ। ਇਸ ‘ਚ ਉਸ ਨੇ 158 ਦੇ ਸਟ੍ਰਾਈਕ ਰੇਟ ਨਾਲ 179 ਦੌੜਾਂ ਬਣਾਈਆਂ ਹਨ। ਯਾਨੀ ਵਨਡੇ ਅਤੇ ਟੀ-20 ਦੋਵਾਂ ਫਾਰਮੈਟਾਂ ਵਿੱਚ ਭਾਰਤ ਕੋਲ ਪੰਤ ਤੋਂ ਅੱਗੇ ਦੇਖਣ ਲਈ ਦੋ ਖਿਡਾਰੀ ਹਨ।

ਹਾਲਾਂਕਿ ਧਵਨ ਇਸ ਸਾਲ ਵਨਡੇ ‘ਚ ਭਾਰਤ ਲਈ ਸਭ ਤੋਂ ਜ਼ਿਆਦਾ ਦੌੜਾਂ ਬਣਾਉਣ ਵਾਲੇ ਬੱਲੇਬਾਜ਼ ਹਨ। ਉਸ ਨੇ 19 ਮੈਚਾਂ ‘ਚ 670 ਦੌੜਾਂ ਬਣਾਈਆਂ ਹਨ। ਪਰ, ਉਸਦੀ ਸਟ੍ਰਾਈਕ ਰੇਟ ਮੁਸ਼ਕਲ ਹੈ। ਉਹ ਸਿਖਰਲੇ ਕ੍ਰਮ ਵਿੱਚ ਖੇਡਦਾ ਹੈ। ਅਜਿਹੇ ‘ਚ ਹੌਲੀ ਸਟ੍ਰਾਈਕ ਰੇਟ ਟੀਮ ਦੀ ਪਰੇਸ਼ਾਨੀ ਵਧਾ ਸਕਦੀ ਹੈ। ਸ਼ਿਖਰ ਇੱਕ ਅਨੁਭਵੀ ਖਿਡਾਰੀ ਹਨ ਅਤੇ ਰੋਹਿਤ ਦੇ ਨਾਲ ਉਨ੍ਹਾਂ ਦੀ ਓਪਨਿੰਗ ਜੋੜੀ ਹਿੱਟ ਰਹੀ ਹੈ। ਪਰ, ਹਾਲ ਹੀ ਦੇ ਸਮੇਂ ਵਿੱਚ ਉਹ ਆਪਣੀ ਯੋਗਤਾ ਨੂੰ ਸਾਬਤ ਕਰਨ ਵਿੱਚ ਅਸਫਲ ਰਿਹਾ ਹੈ. ਘੱਟੋ-ਘੱਟ ਇੱਕ ਸਿਖਰਲੇ ਕ੍ਰਮ ਦਾ ਬੱਲੇਬਾਜ਼ ਉਮੀਦ ਮੁਤਾਬਕ ਸ਼ੁਰੂਆਤ ਦੇਣ ਵਿੱਚ ਅਸਫਲ ਰਿਹਾ ਹੈ।

ਤੀਜੇ ਸਲਾਮੀ ਬੱਲੇਬਾਜ਼ ਵਜੋਂ ਸ਼ੁਭਮਨ ਗਿੱਲ ਹੁਣ ਸਪੱਸ਼ਟ ਦਾਅਵੇਦਾਰ ਹਨ। ਉਸ ਦਾ ਹਾਲੀਆ ਰਿਕਾਰਡ ਵੀ ਸ਼ਾਨਦਾਰ ਹੈ। ਗਿੱਲ ਨੇ ਹੁਣ ਤੱਕ 2022 ਵਿੱਚ ਵਨਡੇ ਵਿੱਚ 12 ਪਾਰੀਆਂ ਵਿੱਚ 70 ਦੀ ਔਸਤ ਅਤੇ 102 ਦੇ ਸਟ੍ਰਾਈਕ ਰੇਟ ਨਾਲ 638 ਦੌੜਾਂ ਬਣਾਈਆਂ ਹਨ। ਉਨ੍ਹਾਂ ਨੇ 1 ਸੈਂਕੜਾ ਅਤੇ 4 ਅਰਧ ਸੈਂਕੜੇ ਲਗਾਏ ਹਨ। ਅਜਿਹੇ ‘ਚ ਜੇਕਰ ਬੰਗਲਾਦੇਸ਼ ਦੌਰੇ ‘ਤੇ ਧਵਨ ਦਾ ਬੱਲਾ ਕੰਮ ਨਹੀਂ ਕਰਦਾ ਹੈ ਤਾਂ ਟੀਮ ਪ੍ਰਬੰਧਨ ਨੂੰ ਸਖਤ ਫੈਸਲਾ ਲੈਣ ਤੋਂ ਸੰਕੋਚ ਨਹੀਂ ਕਰਨਾ ਚਾਹੀਦਾ ਕਿਉਂਕਿ ਵਿਸ਼ਵ ਕੱਪ ‘ਚ 11 ਮਹੀਨੇ ਤੋਂ ਵੀ ਘੱਟ ਸਮਾਂ ਬਚਿਆ ਹੈ। ਅਜਿਹੇ ‘ਚ ਹਰ ਖਿਡਾਰੀ ਨੂੰ ਸੈਟਲ ਹੋਣ ਦੇ ਕਾਫੀ ਮੌਕੇ ਮਿਲਣੇ ਚਾਹੀਦੇ ਹਨ।

Exit mobile version